<<nobr>>
<p><<print l10nStrings.versionText>></p>
<<print l10nStrings.pathsInDevelopment>>
<ul>
<li><<print l10nStrings.juliaPath>></li>
<li><<print l10nStrings.pj2Path>></li>
<li><<print l10nStrings.moreContent>> </li>
</ul>
<<print l10nStrings.premiumContent>>
<ul>
<li><<print l10nStrings.skipMinigames>></li>
<li><<print l10nStrings.rewind>></li>
<li><<print l10nStrings.earlyUpdates>> </li>
</ul>
<</nobr>><<print l10nStrings.storyAuthor>><<print l10nStrings.storyDisplayTitle>><a class="x premium" href="https://x.com/AmoraleaDev" target="_blank"></a>
<a class="subscribestar premium" href="https://subscribestar.adult/amoralea" target="_blank"></a>
<a class="patreon premium" href="https://www.patreon.com/c/Amoralea" target="_blank"></a><<set $char2 = "Laura">>
<<set $adult = false>>
<<set $isPremiumUser = false>>
<<set $g1 = false;>>
<<set $diaActual to 0;>>
<<set $g2 = false;>>
<<set $g3 = false;>>
<<set $g4 = false;>>
<<set $ajugarx to false>>
<<set $pj2sex to false>>
<<set $pj2sex1 to false>>
<<set $pj2sex2 to false>>
<<set $pj2sex3 to false>>
<<set $pj2sex4 to false>>
<<set $madrastranofak to false>>
<<set $madrastranofak1 to false>>
<<set $madrastranofak2 to false>>
<<set $madrastrasifak to false>>
<<set $exmom to false>>
<<set $ldientes to false>>
<<set $ldientes1 to false>>
<<set $ldientes2 to false>>
<<set $ldientes3 to false>>
<<set $ldientes4 to false>>
<<set $ldientes5 to false>>
<<set $ldientes6 to false>>
<<set $vltele to false>>
<<set $vltele1 to false>>
<<set $vltele3 to false>>
<<set $vltele5 to false>>
<<set $vltele6 to false>>
<<set $ovragas to false>>
<<set $Mtelf to false>>
<<set $pcomida to false>>
<<set $pcomida1 to false>>
<<set $pcomida3 to false>>
<<set $pcomida5 to false>>
<<set $pcomida6 to false>>
<<set $noti to false>>
<<set $noti2 to false>>
<<set $noti3 to false>>
<<script>>
if (State.variables.isPremiumUser) {
Config.history.maxStates = 40;
} else {
Config.history.maxStates = 2;
}
Config.addVisitedLinkClass = true;
//NOTIFY MACRO
;(() => {
const timeRegex = /^\d+(?:ms|s)?$/i;
function showNotification(message, delay = 2000, classes = "") {
if (typeof message !== "string" || !message.trim()) return;
if (Array.isArray(classes)) classes = classes.join(" ");
if (typeof classes !== "string") classes = "";
classes = `notification macro-notify ${classes}`.trim();
const $notification = $("<div>").wiki(message).addClass(classes);
const $container = $("#notifications-container");
$container.prepend($notification);
void $notification[0].offsetHeight;
$notification.addClass("open");
setTimeout(() => {
$notification.removeClass("open");
setTimeout(() => $notification.remove(), 300);
}, delay);
}
function parseCssTime(time) {
if (typeof time === "number") return time;
if (typeof time === "string") {
if (time.endsWith("ms")) return parseFloat(time);
if (time.endsWith("s")) return parseFloat(time) * 1000;
return parseFloat(time);
}
return 0;
}
if (!document.getElementById('notifications-container')) {
$(document.body).append("<div id='notifications-container'></div>");
}
Macro.add("notify", {
tags: null,
handler() {
let args = this.args.slice();
let delay = false;
let classes = [];
if (args.length > 0) {
const firstArg = args[0];
if (typeof firstArg === "number" || (typeof firstArg === "string" && timeRegex.test(firstArg))) {
delay = parseCssTime(firstArg);
args.shift();
}
}
if (args.length > 0) classes = args.flat(Infinity);
const message = this.payload[0].contents.trim();
showNotification(message, delay, classes);
}
});
setup.notify = showNotification;
})();
// Define profiles array in StoryInit
window.profiles = [
{ id: 1, name: "Julia", age: 22, description: "Introverted gamer girl. Loves MOBAs and cozy nights in. Looking for someone who understands shyness.", img: "media/img/tonder/1.webp", match: true },
{ id: 2, name: "Sophie", age: 24, description: "Coffee addict and aspiring writer. Enjoys rainy days, poetry, and deep conversations.", img: "media/img/tonder/2.webp", match: false },
{ id: 3, name: "Emma", age: 23, description: "Fitness enthusiast and music lover. Plays guitar and enjoys morning runs.", img: "media/img/tonder/3.webp", match: false },
{ id: 4, name: "Isabella", age: 25, description: "Bookworm and wine lover. Let's talk about our favorite novels over a glass of red.", img: "media/img/tonder/4.webp", match: true },
{ id: 5, name: "Mia", age: 27, description: "Techie by day, chef by night. Always experimenting with new recipes.", img: "media/img/tonder/5.webp", match: false },
{ id: 6, name: "Olivia", age: 26, description: "Yoga instructor and art lover. Enjoys spontaneous adventures and painting.", img: "media/img/tonder/6.webp", match: true },
{ id: 7, name: "Chloe", age: 28, description: "Nature lover and outdoor explorer. Camping and stargazing are my favorite escapes.", img: "media/img/tonder/7.webp", match: false },
{ id: 8, name: "Ava", age: 21, description: "Psychology student. Loves indie movies, good books, and meaningful chats.", img: "media/img/tonder/8.webp", match: false },
{ id: 9, name: "Lily", age: 24, description: "Craft beer fan and foodie. Always searching for the best local spots.", img: "media/img/tonder/9.webp", match: true },
{ id: 10, name: "Grace", age: 23, description: "Aspiring photographer. Loves to travel and capture memories around the world.", img: "media/img/tonder/10.webp", match: false }
];
$(document).ready(function() {
if (passage() === "Menu") {
enhanceStartScreen();
}
enhanceLinks();
$(document).on(':passagedisplay', function (ev) {
fadeInContent();
if (passage()) {
addTypewriterEffect();
}
enhanceDialogs();
});
});
function enhanceStartScreen() {
$('.story-container').addClass('start-screen');
$('a.link-internal').addClass('start-button');
}
function enhanceLinks() {
$('a.link-internal:not(.locked)').hover(
function() {
$(this).css('transform', 'translateY(-2px)');
},
function() {
$(this).css('transform', 'translateY(0)');
}
);
}
function fadeInContent() {
$('.story-container').css('opacity', 0);
$('.story-container').animate({
opacity: 1
}, 800);
}
function addTypewriterEffect() {
$('p:first').addClass('typed');
}
function enhanceDialogs() {
$('.dialogo-contenedor').each(function(index) {
$(this).delay(index * 300).fadeIn(500);
});
}
<</script>><div id="game-info">
<h1><<print l10nStrings.gameInfoTitle>></h1>
<h2><<print l10nStrings.configTitle>></h2>
<<print l10nStrings.configNameChange>>
<<textbox "$char2" "Laura" autofocus>>
<<nobr>>
<h2><<print l10nStrings.changelogtitle>></h2>
<div class="changelog">
<span class="version-title">v0.2.0 - Stepmom's friend update</span>
<ul>
<li><strong>New Features & Additions</strong>
<ul>
<li>400+ new passages unlocked - Explore more of the story with expanded content.</li>
<li>100+ new videos added for the updated story path.</li>
<li>Customizable names - Now you can choose the stepmom's friend names for a personalized experience.</li>
<li>Character feedback system - See character emotions and reactions based on your choices.</li>
</ul>
</li>
<li><strong>Improvements & Fixes</strong>
<ul>
<li>Revamped visuals - Many images updated for better quality and immersion.</li>
<li>Enhanced existing passages - Smoother storytelling with refined dialogue and scenes.</li>
<li>More dynamic gameplay - Increased replayability with branching choices and varied outcomes.</li>
</ul>
</li>
<li><strong>UI/UX Changes</strong>
<ul>
<li>Streamlined menus and interface for a smoother player experience.</li>
</ul>
</li>
</ul>
<span class="version-title">v0.1.3</span>
<ul>
<li>FIX: duplicated "revive" video.</li>
<li>Removed/Renamed unused var.</li>
<li>FIX: bathroom bug. <em>Path wwww-7</em></li>
<li>FIX: Multiple wrong conditionals. <em>"w,ww1" "w.1-2-2"</em></li>
<li>FIX: ir40-1 changed img and text.</li>
<li>FIX: video "q14-1"</li>
<li>FIX: defined all variables at storyinit.</li>
<li>Fixed day 5 <em>"w11-1"</em></li>
</ul>
<span class="version-title">v0.1.2</span>
<ul>
<li>We’ve already fixed the Day 2 issue in the English version.</li>
</ul>
<span class="version-title">v0.1.1</span>
<ul>
<li>Fixed a bug in the Spanish version that prevented progress beyond Day 2.</li>
<li>Minigame difficulty has been lowered for better accessibility.</li>
<li>Added end-of-path signs to clarify that the stepmom route is currently the only available one.</li>
<li>Fixed a video bug in the stepmom’s room when interacting with María after attempting to get up.</li>
<li>Corrected a UI issue on Day 6 where the cooking button incorrectly said “Close phone.”</li>
<li>Fixed a bug causing Day 7 to revert back to Day 2.</li>
<li>Removed leftover Spanish punctuation from the English text.</li>
</ul>
<span class="version-title">v0.1</span>
<ul>
<li>Initial Release</li>
</ul>
</div>
<</nobr>>
[[l10nStrings.gameStartBtn|Menu]]
</div>
<style>
.changelog {
max-height: 350px;
overflow-y: auto;
background: var(--color-bg-light, #16213e);
padding: 1.5em;
border-radius: var(--border-radius-md, 10px);
border: 1px solid var(--color-border, rgba(255, 255, 255, 0.2));
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
line-height: 1.6;
white-space: pre-line;
box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.3));
margin-top: 1em;
padding-top: -10px;
}
.changelog span {
color: var(--color-text, #f4f4f9);
display: block;
font-weight: bold;
font-size: 1.1em;
}
.changelog .version-title {
color: var(--color-text, #f4f4f9);
display: block;
margin-top: 1em;
margin-bottom: 0.5em;
font-weight: bold;
font-size: 1.1em;
}
</style><div class="story-container">
<h1>Day 1 | Saturday</h1>
<<nobr>>
<p>It's summer. You just turned 18. You're still a virgin.</p>
<p>You live with your father... or rather, in his house. He spends most of his time away, traveling for reasons he never fully explains to you.</p>
<p>All you know is that he's the head of the ''Great Central Laboratory of Amoralea'', a huge place with high walls and sealed doors, right in the heart of the city. No one who doesn't work there really knows what happens inside.</p>
----
<p>''Amoralea'' is not a common city. It was built on a fragment of a meteorite that impacted Earth decades ago.</p>
<p>Since then, things happen... differently. Not always bad. Not always good. But always strange.</p>
<video src="media/img/rooms/home.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother takes care of you when your father is not around. She's a temperamental woman, strict with the house rules and especially clear about one: ''no bringing strangers home''.</p>
<p>Still, there's someone who breaks that barrier: her best friend $char2, who often comes over, especially on rainy nights. You get along very well with her.</p>
<p>This is one of the many stories that are born and sometimes twist in ''Amoralea''.</p>
<p>''Welcome to Amoralea.''</p>
<p>Your story is just beginning.</p>
<</nobr>>
[[Begin your story|c,c]]
</div><p>You find $char2, your mother's friend, sleeping in the bed. It seems they went out partying last night and she decided to stay over. She usually does this on weekends because her husband gets up early for work and she doesn't want to disturb him when she comes home late.</p>
<video src="media/vid/cory/cory1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You notice that the blanket has moved and she's uncovered on one side. Her chest is showing.</p>
[[Go to breakfast|q111]]
[["Wake up "+$char2|c,c17]]
[["Touch "+$char2+"'s breasts"|c,c16]]
[[Start masturbating|c,c16]]<video src="media/vid/Clock.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm goes off, you open your eyes and feel empty, it's summer and you have a lot of time, but you don't know how to spend it.</p>
<p>The first decision of the morning is always complicated...</p>
[[Check phone|c,c1]]
[[Go to the bathroom to wash your face|c,c3]]
[[Stay in bed doing nothing|c,c2]]<p>A few days ago you registered on Tonder, the trendy app for meeting people. You're not very good with social networks, so you thought you'd try something different to meet people, and if the person you meet is a girl, that's a bonus.</p>
<video src="media/vid/tonder.webm" class="border sm" autoplay="true" loop="true" muted="true"></video>
<p>These days you haven't had much success, and even with the few matches you've had, you can't manage a conversation that goes beyond the first two questions.</p>
<p>To your surprise, you have a new match. The description says:</p>
<p>I'm very introverted and shy, I'm good at MOBAs and not much else in this life....</p>
<a class="internal-link locked" data-passage="f1">Hello Julia</a>
[[Go to the bathroom to wash your face|c,c3]]
[[Stay in bed doing nothing|c,c2]]<video src="media/vid/Bored.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>After a few games, you start to get bored.</p>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]
[[Go to the living room|c,cc5]]
<a class="internal-link locked" data-passage="c,c11">Check phone</a><<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media//img/c,c15.webp">
<p>$char2 wakes up frightened when she sees what's happening, covers herself and runs to tell your stepmother.</p>
[[Apologize|c,c4,]]<video src="media/vid/cory/cory5.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You continue masturbating while she's asleep and see that when she lifts her leg a bit, her vagina is uncovered.</p>
[[Touch her|c,c18]]
[["Cum on "+$char2+"'s face"|c,c15]]
[[Stop and wake her up|c,c17]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/cory/cory2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 opens her eyes and gets up, covering herself with the blanket.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh! Hello handsome, sorry, I was dying of heat under the blanket last night and took off my underwear.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Ugh, what a headache...</span>
</div>
<a class="internal-link locked" data-passage="f1">Go to your room and reply to Julia</a>
[[No worries, it's been the best part of my day|pj-2]]
[[Go to the kitchen without saying anything|q111]]<video src="media/vid/cory/cory4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You get very turned on when you start touching her vagina.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">She's so hot!</span>
</div>
[["Cum on "+$char2+"'s face"|c,c15]]
[[Stop and wake her up|c,c17]]<p>You stay lying in bed for a while until you start feeling uncomfortable.</p>
<img src="media/img/cantsleep.webp">
[[Check phone|c,c1]]
[[Go to the bathroom to wash your face|c,c3]]<video src="media/vid/lexibath.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You're so sleepy that you don't hear the shower running and you find your stepmother naked when you open the door.</p>
[[Close the door immediately and apologize|c,c7]]
[[Keep looking|c,c5]]
[[Start masturbating|c,c4]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadofinal.webp">
<p>Your stepmother grabs the towel and covers herself quickly, tells you that you're sick and closes the door. After drying off and getting dressed, she calls your father and explains the situation. They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night in the institution, you dream of a light.</p>
<video src="media/vid/Internado.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can take another path, I believe in you.</span>
</div>
[[Rewind time|c,c]]<p>$char2 grabs the sheet and covers herself quickly, tells you that you're sick and closes the door. After drying off and getting dressed, she calls your father and explains the situation. They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night in the institution, you dream of a light.</p>
<video src="media/vid/Internado.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<span class="dialogo">I didn't expect this... I'm sure you can do it differently.</span>
[[Rewind time|c,c]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadotoalla.webp">
<p>Your stepmother grabs the towel to cover herself and screams.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">AHHHH!</span>
</div>
<p>Your stepmother realizes you're looking at her and gets angry.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Why do you always do the same thing?</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't you have any manners or what!?</span>
</div>
[[Close the door immediately and apologize|c,c7]]
[[Keep looking without saying anything|c,c6]]
[[Start masturbating|c,c4]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadotoalla.webp">
<p>Angry, she shouts.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing? Close the door!</span>
</div>
[[Close the door and apologize|c,c7]]
[[Keep looking|c,c4]]
[[Start masturbating|c,c4]]<img src="media/img/enfadotoalla.webp">
<p>You hear your stepmother say through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Be more careful, how embarrassing!</span>
</div>
[[Yes, sorry stepmother|c,c9]]
[[I'm sorry, I've never seen a naked woman before|c,c8]]<<notify 4s>>🤨Your stepmother found that behavior strange<</notify>>
<img src="media/img/enfadotoalla.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo">And what do you mean by that?</span>
</div>
[[I don't know, sorry...|c,c9]]
[[That I'd like to fuck you|c,c4]]<img src="media/img/enfadotoalla.webp">
<p>You decide it's time to do something else...</p>
<a class="internal-link locked" data-passage="c,c11">Go to your room and check your phone</a>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]
[[Go to the living room|c,cc5]]<img src="media/img/rooms/cocina.webp">
<p>There's nobody here</p>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the living room|c,cc5]]<img src="media/img/rooms/salon.webp">
<p>There's nobody here</p>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<video src="media/vid/2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start masturbating while watching her, she touches her pussy too while looking at you with a horny face.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Let me do it honey, I'll do it better.</span>
</div>
<p>Your stepmother grabs your cock and starts masturbating you.</p>
[[Start touching her pussy|2.1.2-1]]
[[Get up and slowly put your cock in her pussy|r2.3-1]]
[[Take it out of her hand and put your cock in her mouth|r2.2-1]]<video src="media/vid/R1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She hasn't noticed you've entered, she keeps masturbating in front of you with her eyes closed.</p>
[[Start masturbating while watching her|2.1.1-1.x]]
[[Start touching her pussy|2.1.2-1.x]]
[[Put your cock in her pussy slowly.|r2.3-1.x]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What the hell are you doing, get out of here now!, YOU DISGUSTING PIECE OF SHIT!</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Take your disgusting hand off my pussy</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<video src="media/vid/X,X4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What the hell are you doing, get your tiny dick out of me</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">You're an idiot, get out of my damn room you and that pen you call a dick</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Don't touch me, you freak</span>
</div>
<p>Your stepmother manages to push you to the ground</p>
<p>She runs away and locks herself in the bathroom, after a while she calls the police</p>
<p>You end up locked in jail, where you're a treat in the shower</p>
<p>One day you hear the guards saying they don't understand how the son of one of the lab chiefs ended up here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Well, it seems you've messed up again... don't worry the great stone is having a lot of fun, I don't think it will abandon you.</span>
</div>
[[Enter the light|continuar11]]<video src="media/vid/X,X4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">No way, you're not getting away with this</span>
</div>
<p>Your stepmother manages to push you to the ground</p>
<p>She runs away and locks herself in the bathroom, after a while she calls the police</p>
<p>You end up locked in jail, where you're a treat in the shower</p>
<p>One day you hear the guards saying they don't understand how the son of one of the lab chiefs ended up here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">I don't think apologizing in a case like this will do much kid hahaha don't worry the great stone is having a lot of fun, I don't think it will abandon you.</span>
</div>
[[Enter the light|continuar11]]<video src="media/vid/2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start touching her pussy while she masturbates you, you feel it very wet and she starts moving it on your hand.</p>
[[Get up and slowly put your cock in her pussy|r2.3-1]]
[[Take it out of her hand and put your cock in her mouth|r2.2-1]]<img src="media/img/rooms/bathroom.webp">
<p>There's no one here.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to your stepmother's room|a-2.1]]
[[Go to the kitchen|a-2-7]]
<<nobr>>
<<if $ctooth is true>>
[[Go to the living room|a-2-2]]
<<else>>
[[Brush teeth|a-2-5]]
<</if>>
<</nobr>><video src="media/vid/Wakeup.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly I'm woken up by some noises, as I rub my eyes a bit I start hearing moans coming from my stepmother's room.</p>
[[Go see what's happening|a-2-12]]
[[Keep sleeping|a-2-13][$exmom = false]]<video src="media/vid/A-2-12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>My mother's door was ajar, as I look through it, I see my stepmother eating $char2's pussy.</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Keep watching|a-2-13,]]
[[Enter|a-2-13,1]]<div class="story-container">
<h1>Day 2 | Sunday</h1>
<img src="media/img/rooms/player.webp">
<<nobr>>
<<if $exmom>>
<p>Now you know what your Stepmother and $char2 do at night...</p>
<<else>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Another day of vacation, I have nothing to do and I'm bored.</span>
</div>
<</if>>
<</nobr>>
[[Continue|continuar7]]
</div><video src="media/vid/A-2-13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>They change positions and $char2 starts fucking your stepmother with a dildo.</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Start masturbating|a-2-13,2]]<video src="media/vid/A-2-13,1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You enter and no one notices</p>
[["Put your cock in "+$char2+"'s mouth"|a-2-13,9]]<video src="media/vid/A-2-13,9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You don't listen, $char2 tries to push you off but can't, she keeps choking on your cock while pushing you.</p>
<p>But the man who was fucking your mother pulls his cock out of her ass and punches you in the face.</p>
[[Try to get up|a-2-13,12]]<img src="media/img/a-2-13,11.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What the hell, I was choking.... and you scared me!</span>
</div>
[[Sorry, I got really horny|a-2-13,13]]<video src="media/vid/a-2-13,12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to get up but can't, your stepmother kicks you out of the room.</p>
<p>Your stepmother locks herself in the room.</p>
<p>In the morning she packs her bags and tells your father what happened before breaking up with him and leaving.</p>
<p>Your father decides to kick you out of the house for how you handled the situation, you end up sleeping on the street and getting hooked on heroin, one day you overdose under a bridge.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can still change what happened... Although it seems to me that your soul is very lost, your story amuses me.</span>
</div>
[[Resurrect|a-2-11]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">No apologies, get out of the room right now.</span>
</div>
[[Leave the room|a-2-13,8]]
[["Put your cock back in "+$char2+"'s mouth"|a-2-13,10]]<video src="media/vid/A-2-13,2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 tells my stepmother to get on all fours</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Keep masturbating|a-2-13,3]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>You cum and as you do your stepmother quickly leaves the room, not even dressing and half-closes the door so no one sees you.</p>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I heard some noises and came to see|a-2-13,5]]
[[Look, it's not convenient for either of us to let this be known |a-2-13,6]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">And besides seeing what was happening, you decided you could masturbate watching us, didn't you?</span>
</div>
[[Start passing your hand over her pussy|a-2-13,7]]
[[Look, it's not convenient for either of us to let this be known |a-2-13,6][$exmom = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Alright, but let this be the last time I catch you doing this!</span>
</div>
[[Go to sleep|a-2-13][$madrastranofak1 = true]]<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<p>You pass your hand over her pussy, but she pushes it away</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing! look this is too much..</span>
</div>
[[Sorry|a-2-13,8]]<video src="media/vid/a-2-13,12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother locks herself in the room.</p>
<p>In the morning she packs her bags and tells your father what happened before breaking up with him and leaving.</p>
<p>Your father decides to kick you out of the house for how you handled the situation, you end up sleeping on the street and getting hooked on heroin, one day you overdose under a bridge.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can still change what happened... Although it seems to me that your soul is very lost, your story amuses me.</span>
</div>
[[Resurrect|a-2-11]]<p>You forcefully put your cock in $char2's mouth, she starts choking scared.</p>
<video src="media/vid/A-2-13,9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<span class="dialogo">AAAAAH, what the hell are you doing</span>
[["Keep fucking "+$char2+"'s mouth"|a-2-13,10]]
[[Take out your cock|a-2-13,11]]<img src="media/img/rooms/salon.webp">
<p>The living room is empty.</p>
<<nobr>>
<<if $ctooth and $wtv>>
<p>I feel like playing for a while.</p>
<<elseif not $wtv>>
<p>I feel like watching TV for a while...</p>
<<elseif not $ctooth>>
<p>I should brush my teeth...</p>
<</if>>
<</nobr>>
<<nobr>>
<<if not $wtv>>
[[Watch TV|e-2-8][$wtv = true]]
<</if>>
<<if $ctooth and $wtv>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to your stepmother's room|a-2.1]]
[[Go to the kitchen|a-2-7]]
[[Go to the bathroom|a-2]]<img src="media/img/rooms/player.webp">
<p>I feel like playing for a while.</p>
[[Start playing|e-2-10]]
[[Go back to the living room |a-2-2]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth reluctantly, always the same mirror, always the same toothpaste..</p>
[[Spit out the toothpaste and rinse|a-2][$ctooth = true]]<img src="media/img/rooms/cocina.webp">
<p>There's no one here and I'm not hungry, I just ate.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to the living room |a-2-2]]
[[Go to the bathroom|a-2]]
[[Go to your stepmother's room|a-2.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>It seems the bed is already made, she changed the sheets.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to the kitchen|a-2-7]]
[[Go to the bathroom|a-2]]
[[Go to the living room |a-2-2]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 calls your father and tells him what she saw, he kicks you and your stepmother out of the house.</p>
<p>Your stepmother blames you for what happened and doesn't want to see you again, you end up living on the street and consuming fentanyl until one day you die lying on the sidewalk like a dog.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You're welcome, I mean since she got the taste I'll let her shoot up until she dies and meanwhile I'll see what Julia is doing.</span>
</div>
[[Yes|continuar12]]<video src="media/vid/C,C1,.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to put your cock in but end up entering her</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Damn you're so horny, look I wouldn't say no, but I'm afraid I'm not "solid"</span>
</div>
[[Flow through the luminous tunnel|continuar10]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you're very horny, you know today is the day...</p>
[[Go to the bathroom|w2-1]]
[[Go to your stepmother's room|w1-1]]
[[Go to the living room |w3-1]]
[[Go to the kitchen|w5-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel horny and angry because yesterday you were left wanting..</p>
[[Go to the bathroom|e2-1]]
[[Go to the living room |e3-1]]
[[Go to the kitchen|e5-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel fulfilled, yesterday you did it, you lost your virginity with your stepmother.</p>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the living room |w3-3-2,]]
[[Go to the kitchen|w5-3-2,]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel empty another day of summer vacation... every day the same, the first decision is always complicated...</p>
[[Go to the bathroom|w-2]]
[[Go to the living room |w-2-2]]
[[Go to the kitchen|w-2-7]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel horny... You remember the wet pussies of your stepmother and $char2 before covering them...</p>
<p>The first decision of the morning is always complicated...</p>
[[Go to the bathroom|ir2-1]]
[[Go to your stepmother's room|ir3-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel excited, you want to see how the day progresses, although in part you're scared you start to feel very comfortable with your stepmother.</p>
[[Go to the bathroom|q2.1-1]]
[[Go to the living room |q3.1-1]]
[[Go to the kitchen|q5.1-1]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you doing you sick bastard, and you don't say anything?</span>
</div>
[[Calm down, it's not the first time I've fucked her|e,3]]
[[Put your cock in $char2's mouth to shut her up|e,4]]<<notify 4s>>☺️$char2 liked that<</notify>>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<p>You put your cock in $char2's pussy, she takes it out and jumps scared</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You freak, what the hell are you doing</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Well, it's okay we can play with him for a while</span>
</div>
[[Calm down, it's not the first time I've fucked her|e,3.x]]
[[Put your cock in your Stepmother's mouth to shut her up|e,4.x]]<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You freak, what the hell are you doing</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Get out of here right now, you fucking idiot</span>
</div>
[[Calm down, let's have a good time|e,4.x1]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You'll have a good time behind bars</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Get out of the damn room now</span>
</div>
[[Apologize and leave|e,4.x2]]
[[Try to fuck|e,4.x3]]<p>You put your cock in your stepmother's mouth, but she bites you and you quickly take it out</p>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're both sick</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Get out of the damn room now</span>
</div>
[[You get out of here, this is my damn house|e,3.x.1]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you saying, you fucked this stinky guy</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Look girl, I don't know what's wrong with you, he's handsome and fucks well</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Get out of my damn house right now, you sickos.</span>
</div>
[[Hey, this is more my house than yours|e,3.x.1]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Let's see if your father thinks the same</span>
</div>
<p>Your stepmother calls your stepfather, tells him that you and $char2 tried to fuck her while she was sleeping.</p>
<p>You try to explain the truth to your father but he doesn't believe you</p>
<p>The last thing you know about $char2 is that they take her to the great Amoralea laboratory</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Wow, so they're going to turn $char2 into green towel, surely this timeline is fun.</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>No apology can save you from this situation</p>
<p>$char2 and your stepmother call the police</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">To have a threesome the other two parts also have to agree</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to fuck them but between the two of them they knock you down</p>
<p>$char2 and your stepmother call the police</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">After these days, did you really think they were going to have a threesome with you hahaha I think you should rethink things.</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/fight1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What do you mean you've already fucked before? You're fucking sick, I don't want to know anything about you.</span>
</div>
[[$char2+", sorry really it's a misunderstanding"|c,5]]<video src="media/vid/fight1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab $char2 by the head and try to put your penis in her mouth but she resists, pushes you against your stepmother and knocks you both onto the bed.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">You're fucking sick, I don't want to know anything about you.</span>
</div>
[[$char2+", sorry really it's a misunderstanding"|c,5]]<img src="media/img/food/e-10.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a vegetable lasagna with a touch of cinnamon.</span>
</div>
<<nobr>>
<p>While eating, I hear my mother and $char2 saying goodbye before leaving through the door. It seems they're going out again today.</p>
<<set $ctooth to false>>
<<set $wtv to false>>
<</nobr>>
[[Go to the bathroom|a-2]]
[[Go to your stepmother's room|a-2.1]]
[[Go to the living room|a-2-2]]<img src="media/img/movies/e-2-8.webp">
<p>I watch TV for a while, they're showing: Cobras in the cemetery.</p>
[[Turn off the TV|a-2-2]]<video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You see out of the corner of your eye through the ajar door your stepmother naked</p>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Enter|r1-1.x]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Enter|r1-1.x]]
<<else>>
[[Enter|r1-1.x1]]
<</if>>
<</nobr>><video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother doesn't notice you've entered</p>
[[Approach without her seeing you|r1-1]]
[[Take off your clothes at the door and stand in front of her|r2-1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is in the bathroom, there's no one here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">How strange the bed is wet.</span>
</div>
[[Go to the kitchen|q111]]<img src="media/img/food/q111.webp">
<p>I make a lobster bathed in mustard sprinkled with parmesan and parsley.</p>
<p>Very tasty.</p>
[[Finish eating|e5-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room |e3-1]]
[[Go to the kitchen|e5-1]]
<<nobr>>
<<if $ldientes1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|e6-1][$ldientes1 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/living_room.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to the kitchen|e5-1]]
<<nobr>>
<<if $vltele1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Watch TV|x20-1][$vltele1 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to the living room |e3-1]]
<<nobr>>
<<if $pcomida1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|e10-1][$pcomida1 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth angrily, if she's not here today...</p>
[[Spit out the toothpaste and rinse|e2-1]]<div class="story-container">
<h1>Day 4 | Tuesday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The day is over, my stepmother is starting to turn me on a lot, how I'd like to fuck her but I think it would be risky still, she's my father's wife... Well, I think I should distract myself for a while playing some games.</span>
</div>
<p>I played on the computer until I got sleepy and went to bed.</p>
[[Continue|continuar9]]
</div><<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<video src="media/vid/Ir11-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother pushes you off the bed and immediately runs with her phone in hand and locks herself in the bathroom, she calls your father to explain what you did.</p>
<p>They decide to intern you in a special place where they can treat your illness properly.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Hey, I'd tell you that I'm getting tired of giving you chances and blah blah blah... But we have too much fun with your story, there are more of us every time.</span>
</div>
[[Let yourself be absorbed by the light|continuar8]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/ir14-1.webp">
<p>You couldn't hold back anymore and start cumming.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">AAAH!!</span>
</div>
<p>After moaning for a while your stepmother opens her eyes when she notices something sticky and hot starting to drip on her breasts, she suddenly gets up and yells at you:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Sorry, I saw you naked and couldn't hold back|ir11-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/Ir15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
Your stepmother opens her eyes after finishing masturbating, gets scared when she sees you were watching her all this time and asks you:
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Sorry, I saw you naked and couldn't hold back|ir11-1]]
[[Try to grab her legs and start fucking her|ir11-1]]<img src="media/img/rooms/cocina.webp">
<p>You enter the kitchen aroused and try to focus on something else</p>
[[Get naked and wait for your stepmother|q4-1]]
<<nobr>>
<<if $madrastranofak1 is false>>
[[Prepare breakfast for you and your stepmother|ir30-1]]
<<else>>
[[Prepare breakfast for you and your stepmother|ir30-1.crx-t]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<p>You're very hungry, maybe your stepmother would like to eat too, once she gets up.</p>
[[Get naked and wait for your stepmother|q4-1]]
<<nobr>>
<<if $madrastranofak1 is false>>
[[Prepare breakfast for you and your stepmother|ir30-1]]
<<else>>
[[Prepare breakfast for you and your stepmother|ir30-1.crx-t]]
<</if>>
<</nobr>><img src="media/img/cambiandose.webp">
<p>You peek through the half-open door, just when she's changing.</p>
[[Start masturbating|q28-1,]]
[[Go to your room to play|x.r.t4]]<img src="media/img/cum.webp">
<p>You think about your stepmother's wet pussy and how it would have been to enter the room and start fucking her.</p>
<p>You cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Well... I don't feel like playing, what could I do now?</span>
</div>
[[Go to the kitchen|ir17-1]]<img src="media/img/food/q10.1-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I'll make spinach with almonds and urban pigeon meat.</span>
</div>
[[Finish eating|q5.1-1]]<video src="media/vid/Q11-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You find your stepmother masturbating on the bed.</p>
[[Go watch TV in the living room|q18-1]]
[[Keep watching for a while|q13-1]]
[[Put your head in and start eating her pussy|q14-1]]
[[Start masturbating while watching her|q13-1]]
[[Go to the kitchen|q5.1-1]]
[[Go to the bathroom|q2.1-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to your stepmother's room|e1.1-1]]
[[Prepare breakfast|e-10]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|q3.1-1]]
[[Go to the kitchen|q5.1-1]]
[[Go to your stepmother's room|q11-1]]<video src="media/vid/Q13-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts inserting a dildo in her pussy.</p>
<<nobr>>
<<if $madrastranofak is false>>
[[Keep watching for a while|q15-1]]
<<else>>
[[Keep watching for a while|q15-1.x]]
<</if>>
<</nobr>>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]<img src="media/img/ir14-1.webp">
<p>You get on top of her and cum.</p>
[[Shit|q14.1-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww-3.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">How dare you, I'm going to tell your father.</span>
</div>
[[You were the one giving me signals, crazy old woman|q14.1-1]]<video src="media/vid/Q14.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">I can't believe you did that... HAHAHA Come on, you RE-sicko</span>
</div>
[[Hit the light|continuar9]]<video src="media/vid/Q15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>This time you hear it clearly, she screams your name while her pussy drips all over the bed.</p>
<p>Right after that she removes her hand and stretches a bit.</p>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]
[[Go to the living room before she sees you|q18-1]]
[[Go to the bathroom before she sees you|q19-1]]
[[Go to your room before she sees you|q20-1]]<video src="media/vid/Q15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Her pussy starts dripping all over the bed.</p>
<p>Right after that she removes her hand and stretches a bit.</p>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]
[[Go to the living room before she sees you|q18-1]]
[[Go to the bathroom before she sees you|q19-1]]
[[Go to your room before she sees you|q20-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|q2.1-1]]
[[Go to your stepmother's room|q11-1]]
[[Go to the living room|q3.1-1]]<img src="media/img/rooms/salon.webp">
<p>You enter the living room and try to focus on something else</p>
<<nobr>>
<<if $madrastranofak is false>>
[[Turn on a TV show|q30-1]]
<<else>>
[[Turn on a TV show|q30-1.x]]
<</if>>
<</nobr>>
[[Start masturbating thinking about your stepmother|q29-1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You hide in the bathroom aroused, you decide to brush your teeth and take a shower.</p>
[[Leave the bathroom and go to the living room|q18-1]]<img src="media/img/rooms/player.webp">
<p>You think about your stepmother naked having an orgasm saying your name.</p>
<p>You cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Well... I don't feel like playing, what could I do now?</span>
</div>
[[Go to the bathroom|q19-1]]
[[Go to the living room|q18-1]]<img src="media/img/movies/q20.1-1.webp">
<p>They're showing a marathon of Donkeys in Pajamas.</p>
[[Turn off the TV|q3.1-1]]<img src="media/img/cambiandose.webp">
<p>You look through the half-open door, she has just removed her towel and is standing naked looking at herself in the mirror.</p>
<p>Her nipples are hard and she bites her lip while turning to get clothes from the wardrobe.</p>
<p>When she turns, you can see a bit of her pussy and it seems to be opening up.</p>
[[Start masturbating|q28-1]]
[[Go to your room to play|x.r.t5]]
[[Enter the door and push her against the wardrobe|q29-1]]<img src="media/img/q28-1.webp">
<p>You start imagining how you would throw her on the bed and penetrate her while she grips the sheets tightly.</p>
<p>She starts getting dressed, putting on her panties</p>
[[Keep masturbating|q29,-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<div class="story-container">
<h1>Day 5 | Wednesday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The day has ended. I'm going to try to fuck my stepmother, she's starting to turn me on more and more and I think she wants to fuck me too.</span>
</div>
<p>I played on the computer until I got sleepy and before falling asleep I masturbated, thinking about my stepmother.</p>
[[Continue|continuar10]]
</div><img src="media/img/rooms/bathroom.webp">
<p>You hide in the bathroom aroused and after a while you hear someone knocking on the door, it's your stepmother, she asks if you're going to be long.</p>
[[Leave the bathroom and go to the kitchen|ir17-1]]
[[Get naked, open the door|q8-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to your stepmother's room|ir3-1]]
<<nobr>>
<<if $ldientes4 is true>>
<<else>>
[[Brush your teeth|x.x,1][$ldientes4 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/player.webp">
<p>You enter your room aroused, after what you've seen.</p>
[[Start masturbating thinking about your stepmother|q1-1]]
[[Go to the kitchen|ir17-1]]<img src="media/img/ir3-1.webp">
<p>You find your stepmother sleeping.</p>
[[Go to the bathroom|ir2-1]]
[[Keep watching for a while|ir7-1]]
[[Put your dick in her mouth|ir9-1]]
[[You start masturbating while watching her|ir7-1,]]
[[Go prepare breakfast|ir17-1.xr3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/food/ir30-1.webp">
<p>You decide to prepare an omelet with toast</p>
<p>After a while your stepmother comes in covered with a towel.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you prepared breakfast, you're an angel.</span>
</div>
<p>When she sits down, her towel slips down a bit and half of her nipple is exposed.</p>
<p>After talking for a while she says.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate that your father goes away for weeks for work, I wouldn't mind if he earned less and spent more time with me, sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x]]
[[He doesn't deserve you, if I were with a woman like you I would spend all day with her|irir1-1.x1]]
[[I would leave too if I were him|irir1-1.x2][$madrastranofak = true]]
[[Take out your dick in front of her|ir40-1]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/food/ir30-1.webp">
<p>You decide to prepare an omelet with toast</p>
<p>After a while your stepmother comes in covered with a towel.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you prepared breakfast, well if this is your way of apologizing for the other night, apology accepted.</span>
</div>
<p>When she sits down, her towel slips down a bit and half of her nipple is exposed.</p>
<p>After talking for a while she says.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate that your father goes away for weeks for work, I wouldn't mind if he earned less and spent more time with me, sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x1]]
[[He doesn't deserve you, if I were with a woman like you I would spend all day with her|irir1-1.x]]
[[I would leave too if I were him|irir1-1.x2][$madrastranofak = true]]
[[Take out your dick in front of her|ir40-1]]<img src="media/img/q14-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing, you sick person?</span>
</div>
[[Waiting to give you breakfast|ir40.1-1]]<video src="media/vid/Ir40--1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Constants and variables, your decisions tend to be variables, although your screw-ups are constants, get it? hahaha No? Well, screw you, enter the damn light.</span>
</div>
[[Enter the light|continuar8]]<img src="media/img/rooms/player.webp">
<p>You go to your room to play and, after a while, sleep overcomes you. Before falling asleep, you mentally review the last seven days and wonder what would have happened if you had made other decisions. You feel in your chest that there are still things to discover... What a shame not being able to go back in time. I guess you can only look ahead and choose better tomorrow.</p>
<p>Suddenly a light appears.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Do you really not want to see what happens again? How boring... I'm going to see another lab subject.</span>
</div>
<p>End.</p>
[[Enter the light|xr-5,]]<video src="media/vid/Ir7-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she turns around and gets on all fours and starts gently touching her pussy.</p>
[[Keep watching for a while|ir8-1]]
[[Put your dick in her mouth|ir9-1]]<video src="media/vid/Ir7-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she turns around and gets on all fours and starts gently touching her pussy.</p>
[[Put your dick in her mouth|ir9-1]]
[[Keep masturbating|ir14-1]]<video src="media/vid/Ir8-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts masturbating with a pillow, until she cums.</p>
<p>Then she turns around and covers herself again.</p>
[[Keep watching for a while|ir15-1]]
[[Take out your dick and put it on her face|ir9-1]]
[[Masturbate while watching her|ir14-1]]
[[Go to the kitchen before she sees you|ir17-1]]
[[Go to the bathroom before she sees you|ir18-1]]
[[Go to your room before she sees you|ir20-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/Ir9-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
You rub your dick on her mouth, she gets scared and asks you:
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Shut up and let me continue, I'm very horny|ir11-1]]
[[Try to grab her legs again and start fucking her|ir11-1]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/irir1-1.webp">
<p>She drops her fork on the floor, when she bends down to pick it up under the table, you get nervous, because you have an erection.</p>
<img src="media/img/boner.webp">
<p>When she bends down, you notice that she stays still for a while before picking it up and sitting back down, as if she had noticed.</p>
<p>Once seated she stutters:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">W-well I think I'm going to get dressed.</span>
</div>
[[Go see how she changes|irir2-1]]
[[Go to your room to play|x.r.t4]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, you idiot!</span>
</div>
[[Of course witch, I don't know how he puts up with you|irir1-1.x3]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Why do you prepare food for me, if you're going to talk to me like that?</span>
</div>
[[Because I wanted to make peace, but you start talking badly about my father and that makes me angry|irir1-1.x4]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, I was just telling you that it bothers me that he leaves me alone.</span>
</div>
[[If he leaves you alone it's for work, to support you, so keep it to yourself if it bothers you so much|irir1-1.x5]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You know what, you eat your shitty food, geek, I'm going to change</span>
</div>
[[Go see where she's going|irir2-1]]
[[Go to your room to play|x.r.t4]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh very good, one day you have to teach me how to play your little games</span>
</div>
[[Sure, whenever you want|irir1-1.x10]]
[[And what will you do?|irir1-1.x11]]
[[You're too old to learn|irir1-1.x2]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">That's so fucking disgusting, you sick person</span>
</div>
[[What's wrong, if you do the same thing in your room, you slut|irir1-1.x3]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Today I'm meeting with $char2 to go to yoga, but maybe tomorrow we can do something together handsome</span>
</div>
[[Great, have fun|irir1-1]]
[[Great, give her my regards|irir1-1]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well I'm meeting with $char2 to go to yoga</span>
</div>
[[Great, have fun|irir1-1]]
[[Great, give her my regards|irir1-1]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the fuck did you call me you fucking geek</span>
</div>
[[Well, slut from the suburbs, first you suck my father's dick and now you want to suck mine|irir1-1.x3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Yes in each leg hahaha</span>
</div>
[[And in each arm too hahaha|irir1-1.x3][$madrastranofak = true]]
[[Hahaha now seriously, if a girl like you was interested in me I wouldn't care about age, I would do anything to take care of her|irir1-1.x7]]<img src="media/img/q2-1.webp">
<p>Your stepmother comes in with very sexy lingerie and sits next to you.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Are you watching the Hamiltons? I'll sit here for a while handsome, I feel like being lazy before I go to make lunch.</span>
</div>
<p>When she sits down you observe her and get aroused seeing her.</p>
[[Take out her breast and start licking it|q4-1]]
[[Ask how she is|q5-1]]
[[Keep watching TV and say nothing|q5-1]]<img src="media/img/q28-1,.webp">
<p>You start imagining how you would throw her on the bed and penetrate her while she grips the sheets tightly.</p>
<p>She starts getting dressed, putting on her yoga clothes that cling tightly to her skin.</p>
[[Keep masturbating|q29-1,]]
[[Go to your room to play|x.r.t4]]
[[Try to fuck her|q29-1,1]]<img src="media/img/q29-1,.webp">
<p>You continue masturbating until you end up cumming, your stepmother sees you.</p>
[[You look so hot|q14-1,]]<img src="media/img/q29-1,1.webp">
<p>You approach her ass to try to remove her clothes and penetrate her.</p>
[[Try to remove her clothes|q14-1,]]
[[Step back|q28-1,]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">How dare you, I'm going to tell your father.</span>
</div>
[[I'm sorry|q14.1-1,]]<video src="media/vid/Q14.1-1,.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Do you really think that was going to work? You're very green...</span>
</div>
[[Hit the light|continuar8]]<img src="media/img/q29,-1.webp">
<p>Now she puts on her bra, you're getting more and more aroused.</p>
[[Keep masturbating|q29,,-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<img src="media/img/q29,,-1.webp">
<p>She has finished dressing.</p>
[[Keep masturbating|q29-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<img src="media/img/q29-1.webp">
<p>You scare your stepmother and she runs towards the door.</p>
[[You look so hot|q14.1-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|q2.1-1]]
[[Go to the kitchen|q5.1-1]]
<<nobr>>
<<if $vltele3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to your stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Watch TV|q20.1-1][$vltele3 = true]]
<</if>>
<</nobr>><img src="media/img/q30-1.webp">
<p>Your stepmother comes in almost naked in underwear and sits next to you.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Are you watching Hairy Orangutan? I'll sit here for a while handsome, I feel like watching some TV with you before going to yoga with $char2.</span>
</div>
<p>When she sits down you get nervous about how hot she is and start getting aroused.</p>
[[Take out her breast and start licking it|q29-1]]
[[Ask how she is|q31-1.x1]]
[[Keep watching TV and say nothing|q31-1.x]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Good handsome, can't complain, in the morning I feel a bit lonely and would like more company, but well that's how it is for now.</span>
</div>
[[Well if you want I can come by tomorrow haha|q31-1.x2][$madrastrasifak = true]]
[[I'm trying to watch TV, can you shut up|q29-1.212]]
[[I feel the same in the morning|q31-1.x4]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|q3.1-1]]
[[Go to the kitchen|q5.1-1]]
<<nobr>>
<<if $ldientes3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to your stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Brush your teeth|q6.1-1][$ldientes3 = true]]
<</if>>
<</nobr>><img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'm going to change and leave early for yoga, so I can get away from you as soon as possible, you pig</span>
</div>
[[Go see how she changes|q27-1]]
[[Go to your room to play|x.r.t5]]<img src="media/img/q32-1.webp">
<p>Suddenly she looks at you smiling and rests her head on your shoulder, you start getting nervous because you notice you're getting hard</p>
<p>After noticing how she stays looking for a while, she lifts her head blushing and says to you</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You seem quite happy this morning, don't you? I'm starting to think you're happy to see me hahaha.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, I'm going to change, I'm meeting with $char2 today to go to yoga.</span>
</div>
[[Go see how she changes|q27-1]]
[[Go to your room to play|x.r.t5]]<img src="media/img/q24-1.webp">
<<notify 4s>>🤨Your stepmother found this behavior strange<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What's wrong love, you seem very quiet</span>
</div>
[[Don't speak badly about my father|irir1-1.x6][$madrastranofak = true]]
[[Nothing, I was just thinking that you're right, that he doesn't deserve you|irir1-1.x7]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">How sweet hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">If you were a few years older maybe I'd let you take care of me</span>
</div>
[[You're such a slut hahaha|irir1-1.x12][$madrastranofak = true]]
[[But you're only about two years older than me at most|irir1-1.x13]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about, you idiot!</span>
</div>
[[That's what you hear, witch, stop talking badly about my father|irir1-1.x3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh handsome, thank you...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And what are you going to do today?</span>
</div>
[[Well, I was planning to play for a while|irir1-1.x8]]
[[Masturbate, thinking about you|irir1-1.x9][$madrastranofak = true]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Why don't you come over and keep me company?</span>
</div>
[[Well if you want I'll stop by tomorrow hehe|q31-1.x2][$madrastrasifak = true]]
[[I try to watch TV, just shut up|q29-1.212]]<<notify 4s>>🤨Your stepmother is surprised by this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What's wrong love? Why are you so quiet?</span>
</div>
[[Nothing I was just focused on the TV, how are you?|q31-1.x2][$madrastrasifak = true]]
[[I try to watch TV, just shut up|q29-1.212]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Of course you can come over handsome, I'd be delighted</span>
</div>
[[Well I'll come as soon as I wake up|q31-1.x5]]
[[It was a joke|q31-1.x6][$madrastrasifak = false]]
[[If I hug you don't get scared|q31-1.x7]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about, disgusting</span>
</div>
[[That you're a slut who loves fucking, relax I feel the same|q29-1.212]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't ever talk to me like that again in your fucking life</span>
</div>
[[Why does it offend you if you're a whore|q29-1.213]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What a stupid joke</span>
</div>
[[I can come over if you want|q31-1.x20]]
[[The only thing I'll do when I come is shove my dick down your throat|q29-1.212][$madrastranofak2 = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">No, it's not necessary anymore</span>
</div>
[[Sorry, I didn't mean to upset you|q31-1.x26]]<<notify 4s>>🤨Your stepmother is surprised by this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, relax it's nothing, I'm going to change clothes anyway, I have to go</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'm going to get dressed and leave to avoid hitting you</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Quite the opposite, hug me tight</span>
</div>
[[That's what I'll do|q31-1.x5]]
[[I'll also shove my dick hard up your ass|q31-1.x9][$madrastranofak2 = true]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">How nice, I missed having someone in bed</span>
</div>
[[So we can stay until afternoon|q31-1.x8]]
[[Same, I'm tired of jerking off|q31-1.x9][$madrastranofak2 = true]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ooooh I'm dying to love...</span>
</div>
[[By the way, how's dad's trip going?|q31-1.x10]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I don't know, he hasn't replied in a day, I only know he went to a business dinner the day before yesterday</span>
</div>
[[He hasn't talked to me in 3 days|q31-1.x11]]
[[What an idiot|q31-1.x12]]
[[He's probably fucking someone else|q31-1.x13]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well honey, he's your father don't speak badly of him, even if he deserves it</span>
</div>
[[You're so good|q32-1]]
[[Manipulative whore|q31-1.x15][$madrastranofak2 = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about</span>
</div>
[[You're the one making me hate my father then acting like you know nothing|q29-1.21]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're a creepy freak, I'm going to get dressed, don't talk to me again in your life</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you saying</span>
</div>
[[What's happening, he's fucking someone younger than you for sure|q29-1.21]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What a terrible man, I don't know where he got such an attentive son</span>
</div>
[[Probably from my mother|q31-1.x19]]<<notify 4s>>😬Your stepmother got nervous with this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sure...</span>
</div>
[[Now that I think about it, I don't remember how she looked, only something green|q31-1.x22]]<<notify 4s>>😬Your stepmother got nervous with this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well honey, let's watch this series it's interesting</span>
</div>
[[Okay|q32-1]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>Your stepmother enters in underwear</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Fuck, don't you have anything else to do freak, I also wanted to watch TV</span>
</div>
[[I got here first, go away and stop bothering me|q29-1.2]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Find a job and move out already</span>
</div>
[[Find another dick and leave my father alone|q29-1.3]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty</span>
</div>
[[Go to bathroom|q2.1-1]]
[[Go to stepmother's room|q11-1]]
[[Go to kitchen|q5.1-1]]<video src="media/vid/empujon.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother pushes you and throws you to the floor</p>
[[Sorry|ir40-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty</span>
</div>
[[Go to bathroom|q2.1-1]]
[[Go to living room|q3.1-1]]
<<nobr>>
<<if $pcomida3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|q10.1-1][$pcomida3 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth</p>
[[Spit paste and rinse|q2.1-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/empujon.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You come out naked and quickly manage to shove your dick in her cunt, but she pushes you away immediately</p>
[[Sorry|ir40-1]]<video src="media/vid/R.2.3.1.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start inserting it in her ass, you hear a moan mixed with pain</p>
[[Grab her tits|r.2.3.1.2.1.1-1]]
[[Grab her waist and go harder|r.2.3.1.2.1.2-1]]<video src="media/vid/R.2.3.1.2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her tits tightly and start fucking her ass hard</p>
[[Cum in her ass|r.2.3.1.2.1.2.1-1]]<video src="media/vid/R.2.3.1.2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her waist and start fucking her hard, she keeps moaning with every thrust</p>
[[Cum in her ass|r.2.3.1.2.1.2.1-1]]<video src="media/vid/R.2.3.1.2.1.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You cum in her ass, when you pull out you see semen coming out of her anus</p>
<p>She keeps masturbating while looking at you with her creampie</p>
[[Go to bathroom to shower and leave her|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R.2.3.1.2.1.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her ass and go harder</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Cum inside</span>
</div>
[[Cum inside her cunt|r.2.3.1.2.1.3.1-1]]<video src="media/vid/R.2.3.1.2.1.3.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You squeeze your dick inside and start cumming, she moans and enjoys it</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">If I'd known how good you fuck, we would've made better use of the week honey</span>
</div>
[[Go to bathroom to shower and leave her|r3-1]]<video src="media/vid/R.2.3.1.2.1.4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her waist and start fucking her hard</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Cum inside</span>
</div>
[[Cum inside her cunt|r.2.3.1.2.1.3.1-1]]<video src="media/vid/R.2.3.1.2.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start fucking her cunt hard, it feels very lubricated</p>
[[Grab her ass|r.2.3.1.2.1.3-1]]
[[Grab her waist and go harder|r.2.3.1.2.1.4-1]]<video src="media/vid/R1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She hasn't noticed you entered, keeps masturbating in front of you with eyes closed</p>
[[Start masturbating while watching|2.1.1-1]]
[[Start touching her cunt|2.1.2-1]]
[[Slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Finally you appear, watching me in the mornings was weird but I let it pass... <br>You know I'm your stepmother, this isn't right</span>
</div>
[[You're right... but I can't help it, maybe if we just masturbate it's fine|r2.1-1]]
[[Relax, nothing wrong - slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You're right, as long as we just masturbate there's nothing wrong, come lay next to me honey</span>
</div>
[[Start masturbating while watching|2.1.1-1]]
[[Start touching her cunt|2.1.2-1]]<video src="media/vid/R2.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You approach her mouth and she starts sucking your dick eagerly</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Stand up and slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You slowly insert your dick, she makes a pleasure face while moaning</p>
[[Grab her neck and fuck her harder|r2.3.1-1]]
[[Kiss her while continuing|r2.3.2-1]]
[[Suck her tits while fucking|r2.3.3-1]]<video src="media/vid/R2.3.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her neck while fucking harder, she grabs your wrist while moaning:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Keep going, please mmm</span>
</div>
[[Do what she asks|r2.3.1.1-1]]
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Squeeze neck harder while fucking|r2.3.1.3-1]]<video src="media/vid/R2.3.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You keep fucking her hard, see her tits bouncing, go harder to make them bounce more</p>
[[Grab her tits hard|r2.3.2.1-1]]
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]<img src="media/img/r2.3.1.1.1-1.webp">
<p>An hour later:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen policia"></div>
<span class="dialogo">Hands up</span>
</div>
[[Sorry I swear I didn't want to|x,x1]]
[[She was a whore, she asked me to squeeze|x,x2]]<video src="media/vid/R2.3.1.1.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You pull out and shove it between her tits, she squeezes them tight and starts jerking you off</p>
[[Keep pushing hard against her tits|r2.3.1.1.2.1.2-1]]
[[Pull out and shove in her ass|r2.3.1.1.1.1.1-1]]<video src="media/vid/R2.3.1.1.1.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You pull out and get between her legs, she spreads them without knowing what you'll do</p>
<p>Suddenly you shove it hard in her ass</p>
<p>She makes a horny face</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">It's been a while since someone took me through this hole, do you like it tight honey?</span>
</div>
[[Start fucking her ass hard|r2.3.1.1.2.1.2.2.1.1-1]]
[[Pull out and shove in her mouth to cum inside|r2.3.1.1.1.1.1.2.2-1]]
[[Cum in her ass|r2.3.1.1.1.1.1.3.3-1]]<img src="media/img/r2.3.1.1.1.1.1.2-1.webp">
<p>You suddenly pull out and shove it in her mouth, she chokes as you start cumming</p>
<p>She keeps masturbating while looking at you with creampie on her mouth</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<img src="media/img/r2.3.1.1.1.1.1.2.2-1.webp">
<p>You pull your dick out of her ass and shove it in her mouth to clean it, she chokes as you start cumming</p>
<p>She keeps masturbating while looking at you with creampie dripping from her mouth</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<img src="media/img/r2.3.1.1.1.1.1.3-1.webp">
<p>You suddenly pull out and shove it hard in her cunt, start cumming, feel her squeezing your ass to keep you inside</p>
<p>She keeps masturbating while looking at you with creampie dripping from her cunt</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R2.3.1.1.1.1.1.3.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You spit on her face while fucking her ass hard, she makes a pleasure face with eyes closed</p>
<p>She turns you on so much you cum in her ass</p>
<p>She keeps masturbating while looking at you with creampie coming from her ass</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R2.3.1.1.2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You push harder, she opens her mouth and sticks out her tongue to lick you every time you approach</p>
[[Keep fucking her hard and cum|r2.3.1.1.2.1.2.2.1-1]]
[[Pull out and cum in her mouth|r2.3.1.1.1.1.1.2-1]]
[[Pull out and cum in her cunt|r2.3.1.1.1.1.1.3-1]]<video src="media/vid/r2.3.1.1.2.1.2.2.1-1.webp" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start cumming over her tits while still inside</p>
<p>She keeps masturbating while looking at you with creampie between her tits</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R2.3.1.1.2.1.2.2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start mercilessly fucking her ass</p>
[[Cum in her ass|r2.3.1.1.1.1.1.3.3-1]]<video src="media/vid/R2.3.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother obeys and presents her ass to you</p>
[[Assfuck|r.2.3.1.2.1-1]]
[[Cuntfuck|r.2.3.1.2.2-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/R2.3.1.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start squeezing her neck harder while fucking, hear muffled moans and see her grip on your wrist weakening</p>
[[Squeeze harder|r2.3.1.1.1-1]]
[[Stop squeezing and tell her to get on all fours|r2.3.1.2-1]]<video src="media/vid/R2.3.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start kissing her while fucking, she grabs your head and starts making out</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her tits|r2.3.1.1.1.1-1]]
[[Stop kissing, grab tits and fuck harder|r2.3.2.1-1]]<video src="media/vid/R2.3.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her tits and start mercilessly fucking, notice her cunt dripping while she makes pleasure faces</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her mouth|r2.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]
[[Cum inside her cunt|r2.3.1.1.1.1.1.3-1]]<video src="media/vid/R2.3.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start sucking her tits, her nipples get rock hard</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her mouth|r2.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]
[[Stop sucking and grab her tits|r2.3.2.1-1]]<img src="media/img/rooms/bathroom.webp">
<p>You go shower, satisfied, finally achieved it</p>
[[Finish shower and go play|x.r.t7]]<video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother doesn't notice you entered</p>
[[Go to bathroom before she sees|r3-1.x]]
[[Approach without being seen|r1-1.x2]]
[[Strip at the door and stand in front of her|r2-1.x3]]<img src="media/img/rooms/bathroom.webp">
<p>You can't believe how close you were to getting caught...</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">If it had gone wrong I'd be sent to a boarding school for sure... Need to control myself</span>
</div>
[[Take a shower and go play|x.r.t7]]<video src="media/vid/R4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>See your stepmother squeeze legs tight, when she removes her hand from cunt it starts dripping on the bed while moaning</p>
<p>Then she lies on bed enjoying the orgasm</p>
[[Go to bathroom to shower and leave|r3-1]]<div class="story-container">
<h1>Day 7 | Friday</h1>
<img src="media/img/rooms/player.webp">
<p>After hours you close the game and go to sleep thinking:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Tomorrow is Friday, I think my stepfather will return Monday... I'm scared to think what would happen if he found out I slept with his wife</span>
</div>
<<if $pj2sex3 is true and $madrastranofak2 is false and $madrastranofak is true>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is true and $madrastranofak2 is true and $madrastranofak is false>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is false and $madrastranofak2 is true and $madrastranofak is false>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is false and $madrastranofak2 is false and $madrastranofak is true>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is true and $madrastranofak2 is false and $madrastranofak is false>>
[[Continue|continuar6]]
<<else>>
[[Continue|continuar12]]
<</if>>
</div><img src="media/img/movies/w-ww1.webp">
<p>After a while you get bored watching TV, consider leaving halfway through the koala documentary</p>
<p>Suddenly your stepmother enters in underwear to paint her nails</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, you didn't enter my room while I was sleeping, did you?</span>
</div>
[[I couldn't stop thinking about your naked body and came to see it again|ww.w.1]]
<<nobr>>
<<if $madrastranofak1 is true>>
[[Yes sorry, the door was slightly open and I saw you uncovered so I came to cover you|ww.w.2,]]
<<else>>
[[Yes sorry, the door was slightly open and I saw you uncovered so I came to cover you|ww.w.2]]
<</if>>
<</nobr>><img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to living room|w-2-2]]
[[Go to kitchen|w-2-7]]
<<nobr>>
<<if $ldientes5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|w-2-5][$ldientes5 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Living room is empty</span>
</div>
[[Go to kitchen|w-2-7]]
[[Go to bathroom|w-2]]
<<nobr>>
<<if $vltele5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Start watching TV|w-2-8][$vltele5 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush teeth, suddenly remember yesterday's scenes with stepmother, start getting turned on</p>
[[Spit paste and rinse|w-2]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to stepmother's room|w-2.1]]
[[Go to kitchen|w-2-7]]
[[Go to living room|w-2-2]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to living room|w-2-2]]
[[Go to bathroom|w-2]]
<<nobr>>
<<if $pcomida5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|w-2.14][$pcomida5 = true]]
<</if>>
<</nobr>><img src="media/img/movies/w-2-8.webp">
<p>A sandal that will dominate the world is playing</p>
[[Turn off TV|w-2-2]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Living room is empty</span>
</div>
[[Go to stepmother's room|ww-2.1]]
[[Go to kitchen|w-2.15]]
[[Go to bathroom|ww-2]]<img src="media/img/w-2.1.webp">
<p>You find your stepmother and $char2 naked, hugging in bed, both have hard nipples and wet cunts</p>
<p>They seem to have fallen asleep kissing</p>
[[Cover with blanket and go watch TV|wwww-5]]
[[Start masturbating|wwww-2]]
[[Suck tits and insert dick|wwww-1]]
[["Start fucking "+$char2|wwww-3]]<img src="media/img/food/w-2.14.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a baked orange covered in chocolate and wrapped in sardines.</span>
</div>
[[Eat|w-2-7]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">A bit disgusting, I think I'll do it again...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to living room|ww-2-2]]
[[Go to bathroom|ww-2]]
[[Go to stepmother's room|ww-2.1]]<img src="media/img/rooms/bathroom.webp">
<p>$char2 is still in the bathroom, better not bother her.</p>
[[Go to living room|w.1-2-2]]
[[Go to kitchen|w.1-2-7]]
[[Go to your room|w.1-2.1]]<img src="media/img/w.1-2-2.webp">
<p>In the living room you find your stepmother in underwear painting her nails.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, you didn't sneak into my room while I was sleeping, right?</span>
</div>
[[I couldn't stop thinking about your naked body and entered to see it again|ww.w.1]]
<<nobr>>
<<if $madrastranofak1 is false>>
[[Yes sorry, the door was slightly open and since I saw you uncovered I decided to come in and cover you|ww.w.2]]
<<else>>
[[Yes sorry, the door was slightly open and since I saw you uncovered I decided to come in and cover you|ww.w.2,]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
<p>I'm not hungry.</p>
[[Go to living room|w.1-2-2]]
[[Go to your room|w.1-2.1]]
[[Go to bathroom|w.1-2]]<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
<p>I don't feel like playing.</p>
[[Go to bathroom|w.1-2]]
[[Go to living room|w.1-2-2]]
[[Go to kitchen|w.1-2-7]]<img src="media/img/rooms/cama_madrastra.webp">
<p>It seems your stepmother isn't in the room. You find her underwear scattered on the bed.</p>
[[Go to bathroom|w2-1]]
[[Go to living room|w3-1]]
[[Go to kitchen|w5-1]]
<<if $ovragas is true>>
<<else>>
[[Smell underwear|w4-1][$ovragas = true]]
<</if>><video src="media/vid/W1-3-2,.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You see your stepmother and $char2 having sex in the room</p>
[[Go to bathroom|w2-3-2,]]
[[Go to living room|w3-3-2,]]
[[Go to kitchen|w5-3-2,]]
<<nobr>>
<<if $pj2sex3 is false and $madrastranofak2 is true or $madrastranofak is true>>
[[Undress and get into bed with them|e,1]]
<<elseif $madrastranofak2 is true or $madrastranofak is true>>
[[Undress and get into bed with them|e,2]]
<<elseif $pj2sex3 is false>>
[[Undress and get into bed with them|e,]]
<</if>>
<</nobr>><img src="media/img/food/w10-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a hake wrapped in ham strips, topped with clam sauce. Just as I finish eating, the doorbell rings.</span>
</div>
[[Go see who it is|w11-1]]<img src="media/img/food/w10-3-2,.webp">
<p>I make some crepes with honey and pineapple.</p>
<p>Very delicious.</p>
[[Finish eating|w5-3-2,]]<img src="media/img/rooms/w11-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It's $char2. She says she's meeting with my stepmother.</span>
</div>
<<if $pj2sex2 is true>>
[[Open the door|w12]]
<<else>>
[[Open the door|w12-1]]
<</if>><img src="media/img/w12-1.webp">
<p>$char2 enters through the door</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hello, handsome. Your mother told me to wait here. We're going to lunch together.</span>
</div>
[[A cool, want to go to the living room to watch something|w13-1]]
[[A great, if you want we can go to my room where we'll be more comfortable|w15-1]]<<notify 4s>>☺️$char2 liked that<</notify>>
<img src="media/img/w12-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let's go. I feel like sitting on the couch for a while.</span>
</div>
<p>You both sit on the couch and turn on the TV.</p>
[[Hey, want me to give you a foot massage|w16-1]]
[[Put your hand on her leg and slowly approach her pussy|w20-1]]
[[Pull out your cock and show it to her|w17-1]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤔$char2 isn't convinced by your behavior<</notify>>
<img src="media/img/w15w16.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">To be honest, I prefer going to the living room. Going to your room feels a bit weird.</span>
</div>
<p>You both sit on the couch and turn on the TV.</p>
[[Hey, want me to give you a foot massage|w16-1]]
[[Put your hand on her leg and slowly approach her pussy|w20-1]]
[[Pull out your cock and show it to her|w17-1]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤔$char2 isn't convinced by your behavior<</notify>>
<img src="media/img/w15w16.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">That's a bit weird, dude. To be honest, I prefer watching TV.</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/W17-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 pushes you to the floor in shock and locks herself in the bathroom to call your mother.</p>
[["Come on "+$char2+" don't be like that, I just wanted you to suck it for a while"|ww18-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to living room|w3-1]]
[[Go to kitchen|w5-1]]
[[Go to stepmother's room|w1-1]]
<<if $ldientes2 is true>>
<<else>>
[[Brush teeth|w6-1][$ldientes2 = true]]
<</if>><img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to living room|w3-3-2,]]
[[Go to kitchen|w5-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
<<nobr>>
<<if $ldientes is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|w6-3-2,][$ldientes = true]]
<</if>>
<</nobr>><<notify 4s>>🤨$char2 is confused by your behavior<</notify>>
<img src="media/img/w20-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">I don't know what you think you're doing, but you better remove your hand from there right now and turn on the TV.</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to bathroom|w2-1]]
[[Go to stepmother's room|w1-1]]
[[Go to kitchen|w5-1]]
<<if $ovragas is true and $ldientes2 is true>>
[[Watch TV|w7-1]]
<<else>>
<</if>>
<<nobr>>
<<if $madrastrasifak is true>>
[[Check phone|w8-1.x2]]
<<elseif $madrastranofak is true or $madrastranofak2 is true>>
[[Check phone|w8-1.x1]]
<<else>>
[[Check phone|w8-1]]
<</if>>
<</nobr>><video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You idiot, I had to go out. $char2 might arrive before me. Be attentive for once in your life and open the door.</span>
</div>
[[Close phone|w3-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. We'll have to leave your visit to my bed for tomorrow. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w3-1]]<img src="media/img/rooms/salon.webp">
<<nobr>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
<p>I feel like playing</p>
<</if>>
<</nobr>>
[[Go to bathroom|w2-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
[[Go to kitchen|w5-3-2,]]
<<nobr>>
<<if $vltele is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Watch TV|w7-3-2,][$vltele = true]]
<</if>>
<</nobr>><div class="story-container">
<h1>Day 6 | Thursday</h1>
<img src="media/img/rooms/player.webp">
<p>After playing for hours, you close the game and go to sleep thinking:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I can't stop thinking about my stepmother. I can't believe how cruel fate is, and this $char2 wouldn't even give me anything. What a disgusting day...</span>
</div>
[[Continue|continuar11]]
</div><video src="media/vid/W4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You notice it's wet. You wonder if she masturbated thinking about you again today.</p>
[[Leave underwear in place|w1-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to bathroom|w2-1]]
[[Go to stepmother's room|w1-1]]
[[Go to living room|w3-1]]
<<nobr>>
<<if $madrastrasifak is true>>
[[Check phone|w9-1.3x1]]
<<elseif $madrastranofak is true or $madrastranofak2 is true>>
[[Check phone|w9-1.3x14]]
<<else>>
[[Check phone|w9-1]]
<</if>>
<</nobr>><video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You idiot, I had to go out. $char2 might arrive before me. Be attentive for once in your life and open the door.</span>
</div>
[[Close phone|w5-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to bathroom|w2-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
[[Go to living room|w3-3-2,]]
<<nobr>>
<<if $pcomida is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|w10-3-2,][$pcomida = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth, thinking about how hot she is...</p>
[[Spit paste and rinse|w2-1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth.</p>
[[Spit paste and rinse|w2-3-2,]]<img src="media/img/movies/w7-1.webp">
<p>While watching a new episode of Lord of the Rings, the doorbell rings.</p>
[[Go see who it is|w11-1]]<img src="media/img/movies/w7-3-2.webp">
<p>They're showing vegan coyotes in the movie</p>
[[Turn off TV|w3-3-2,]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w3-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w5-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. We'll have to leave your visit to my bed for tomorrow. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w5-1]]<video src="media/vid/Ww-2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">$char2 is still in the bathroom, better not bother her.</span>
</div>
[[Go to living room|ww-2-2]]
[[Go to stepmother's room|ww-2.1]]<<if $noti is true>>
<<notify 4s>>🤨$char2 is confused by your behavior<</notify>>
<</if>>
<<if $noti2 is true>>
<<notify 4s>>☺️$char2 liked that<</notify>>
<</if>>
<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to bathroom|ww-2]]
[[Go to stepmother's room|ww-2.1]]<video src="media/vid/Ww-2.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Through the slightly open door, you see your stepmother masturbating intensely.</p>
[[Go to your room|w.1-2.1]]
[[Keep watching|ww-3]]
[[Enter and eat her out|ww-3.1]]
[[Start masturbating|ww-3.2]]<video src="media/vid/Ww-3.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she starts cumming all over the bed while continuing to masturbate, ending with a moan that fills the bed with her cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Mmm so good. I should go paint my nails in the living room.</span>
</div>
[[Go to bathroom|w.1-2]]
[[Go to your room|w.1-2.1]]
[[Go to kitchen|w.1-2-7]]<video src="media/vid/Ww-3.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You enter and eat her out. She starts dripping all over your mouth, but before finishing, she pushes you away with her foot.</p>
[[Fuck her harder|ww3.1.1]]<video src="media/vid/Ww-3.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she cums all over the bed while finishing her masturbation.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Mmm so good. I should go paint my nails in the living room.</span>
</div>
[[Keep masturbating|ww3.1.1]]
[[Go to bathroom|w.1-2]]
[[Go to your room|w.1-2.1]]
[[Go to kitchen|w.1-2-7]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww.W.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother, scared, calls your father to tell him what you said.</p>
<p>They decide to send you to a special place where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You know, beings limited to the third dimension are very strange...</span>
</div>
[[Enter the light|continuar7]]<img src="media/img/ww.w.2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">But you realize, $char2 and I were naked. I don't mind, but she's a guest and I don't want her to feel uncomfortable. I prefer you knock next time, even if you wake us up, before doing anything.</span>
</div>
[[Sorry, yes. Next time I'll wake you up before doing anything|x.r.t3]]
[[Next time I'll pull out my cock and shove it in that mouth of yours while you sleep|ww.w.1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 9600,
maxBulletInterval: 12500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 2,
maxObstacles: 4,
};
<</script>>
<<set $diaActual to 1>>
<video src="media/vid/Gaming.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You play some Rovoland games and without realizing it, it gets late and you feel sleepy.</p>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 8600,
maxBulletInterval: 10500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 3,
maxObstacles: 5,
};
<</script>>
<<set $diaActual = 2>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 7600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 3>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 4>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 5>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 6>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<notify 4s>>😡Your stepmother isn't happy with that<</notify>>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Brat! I told you last night to be careful! You realize $char2 and I were naked. I don't mind, but she's a guest and I don't want her to feel uncomfortable. Leave and don't let this happen again or I'll tell your father and I don't care what you say about me.</span>
</div>
[[Sorry, yes. Next time I'll wake you up before doing anything|x.r.t3]]
[[Next time I'll pull out my cock and shove it in that mouth of yours while you sleep|ww.w.1]]<div class="story-container">
<h1>Day 3 | Monday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">$char2 left in the afternoon saying she'd stay longer but her husband invited her to dinner since they both have Monday off. Then I went to my room and played on the computer until I got sleepy and went to sleep.</span>
</div>
[[Continue|continuar8]]
</div><<if $noti3 is true>>
<<notify 4s>>😞$char2 is disappointed<</notify>>
<</if>>
<img src="media/img/ww17-2.webp">
<p>You start watching TV together until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What bored expressions you both have.</span>
</div>
[[Say nothing|ww17-3]]
[[Well... there wasn't much to do|ww17-3]]<<if $noti3 is true>>
<<notify 4s>>😞$char2 is disappointed<</notify>>
<</if>>
<img src="media/img/enfadofinal.webp">
<p>You start watching TV together until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I told you to open the door, not sit with her. Disgusting.</span>
</div>
[[Let me be in peace for once|ww17-3x.]]<img src="media/img/ww17-3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The TV always shows the same stuff, dear. Well, shall we go?</span>
</div>
<p>$char2 and your stepmother leave.</p>
[[Go to your room to play|x.r.t6]]<<notify 4s>>😡Your stepmother isn't happy with that<</notify>>
<img src="media/img/enfadofinal.webp">
<p>You watch TV until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'll leave you alone when you leave this house and leave me in peace.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Come on, let it go woman, we're going to be late.</span>
</div>
[[Just leave me alone for once|x.r.t6]]<video src="media/vid/Ww18-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother tells your father what you did, and they both decide to send you to a center where they can deal with your problems.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Hey, did you really think that would work out well? I think you need to do other things for that to work, dude...</span>
</div>
[[Try to have sex with the light|c,c1,]]
[[Enter the light|continuar10]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww3.1.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo">Pervert!</span>
</div>
<p>Your stepmother decides to call your father to explain what you did.</p>
<p>They send you to a special place where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Maybe you're wondering, what am I? No? Well... You wouldn't remember anyway, only the one who decides can connect the clues and even then I doubt they can or want to understand it...</span>
</div>
[[Embrace the light|continuar7]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<<nobr>>
<img src="media/img/girls-wwww1.webp">
<p>You start sucking your stepmother's breasts and penetrate her at the same time.</p>
<img src="media/img/girls-mm2.webp">
<</nobr>>
<p>Suddenly $char2 gets up and wakes your stepmother.</p>
[[Grab your stepmother's breasts with your hands while you fuck her harder|wwww-4]]<video src="media/vid/Wwww-10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start to see her pinch a nipple with one hand while running the showerhead over her vagina.</p>
[[Start masturbating while watching her|wwww-8]]
[[Keep watching|wwww-8]]
[[Go to the living room|ww-2-2]]
[[Go to your stepmother's room|ww-2.1]]<img src="media/img/girls-mm.webp">
<p>You start masturbating while observing their bodies and hearing $char2's breathing accelerate as she begins to release muffled moans, as if trying to suppress them.</p>
[[Cover them with a blanket and go to the dining room to watch TV|wwww-5]]
[[Eat her tits and insert your cock|wwww-1]]
[["Start fucking "+$char2|wwww-3]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<img src="media/img/girls-www3.webp">
<p>You undress and carefully insert your cock into $char2's pussy.</p>
<img src="media/img/girls-mm2.webp">
<p>She quickly opens her eyes fully and wakes up your stepmother.</p>
[[Grab her by the neck and fuck her harder|wwww-4]]<video src="media/vid/Wwww-4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Together they manage to throw you off the bed and out of the room. Your stepmother calls your father and explains the situation.</p>
<p>They decide to institutionalize you in a special facility where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Let's see if you think I work for you...</span>
</div>
[[Return to the past|continuar7]]<img src="media/img/rooms/salon.webp">
<p>As you approach to cover them, you notice $char2 has one eye slightly open and suddenly closes it.</p>
<p>While going to the living room and sitting on the couch, you wonder...</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Was she awake all this time?</span>
</div>
[[Turn on the TV|wwww-6]]<img src="media/img/movies/wwww-6.webp">
<p>After watching Almonds vs. Branches for a while, you want to check your phone but realize you left it in the bathroom.</p>
[[Go get your phone|wwww-7]]
[[Keep watching TV|w-ww1]]<video src="media/vid/Wwww-7.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>When you try to enter, you realize the shower is running and knock on the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I'm in the shower, sweetheart. Do you need something?</span>
</div>
<<nobr>>
<<if $pj2sex is false or $pj2sex1 is false>>
[[Yes, I left my phone inside|wwww-9]]
<<else>>
[[Yes, I left my phone inside|www-9]]
<</if>>
<</nobr>>
[[I want to come in and fuck you|wwww-8]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<video src="media/vid/Wwww-8.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2, frightened, goes to tell your stepmother, who decides to call your father to explain what you've done.</p>
<p>They decide to institutionalize you in a special facility where they can properly treat your condition.</p>
<p>One night in your cell you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Light isn't subject to time because it always travels at the same speed in a vacuum: approximately 299,792 kilometers per second. You don't go that fast, but I see you love the vacuum...</span>
</div>
[[Forgive me|continuar7]]<video src="media/vid/Wwww-9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Well, I'll stay like this for a while, so if you want to get it, come in honey.</p>
<p>When you enter, you see $char2 running water over her tits to rinse off the soap, with a look of pleasure.</p>
[[Start masturbating while watching her|wwww-8]]
[[Grab your phone while continuing to watch her in the mirror|wwww-10]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">My stepmother... will she be naked again in her room?</span>
</div>
[[Spit out the toothpaste and rinse|ir2-1]]<img src="media/img/x,x1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen policia"></div>
<span class="dialogo">You all say the same thing. I know this story. You get turned on by killing the victim, not having sex with her.</span>
</div>
[[I swear it was just a game, she asked for more and I gave her more|x,x5]]
<a class="internal-link locked" data-passage="x,x9">I'm sorry, could you repeat that? You're so beautiful I got distracted</a><img src="media/img/x,x2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen policia"></div>
<span class="dialogo">Filthy sicko, you're going to rot behind bars</span>
</div>
[[I'm sorry, I swear I didn't want to do it|x,x1]]
[[I'm going to fuck you too|x,x3]]<div class="dialogo-contenedor">
<div class="dialogo-imagen policia"></div>
<span class="dialogo">What are you saying, you damn psychopath</span>
</div>
[[Take out your cock and try to fuck the police officer|x,x4]]
[[I'm sorry, I swear I didn't want to do it|x,x1]]<video src="media/vid/X,X4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The police officer pulls out her gun and shoots you. You die with your pants down on the floor of your house.</p>
<p>As you bleed out, you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">He even tries it with the police officer. See guys? He's a true shark with two penises.</span>
</div>
[[Enter the light|continuar11]]<video src="media/vid/X,X5.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen policia"></div>
<span class="dialogo">Tell it to the judge.</span>
</div>
<p>She proceeds to handcuff you and arrest you.</p>
<p>It seems you'll spend the rest of your life in prison...</p>
<p>One day in your cell, you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Sorry for taking so long, it was fun watching what they did to you in the shower.</span>
</div>
[[Take out your sharpened toothbrush and try to stab the light|continuar11]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">My stepmother... will she be naked again in her room?</span>
</div>
[[Spit out the toothpaste and rinse|ir2-1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother doesn't seem to be in the room.</p>
[[Go to the bathroom|w2-1]]
[[Go to the living room|w3-1]]
[[Go to the kitchen|w5-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|e3-1]]
[[Go to the kitchen|e5-1]]
[[Go to your stepmother's room|e1-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|w3-1]]
[[Go to the kitchen|w5-1]]
[[Go to your stepmother's room|w1-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|w3-3-2,]]
[[Go to the kitchen|w5-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Return to your room to play|ir5-3,]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to your stepmother's room|e1-1]]
[[Go to the living room|e3-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the living room|w3-3-2,]]
[[Return to your room to play|ir5-3,]]<img src="media/img/movies/x20-1.webp">
<p>They're broadcasting "Violent Dolphins" and "The Avocado Crisis."</p>
[[Turn off the TV|e3-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to your stepmother's room|e1-1]]
[[Go to the kitchen|e5-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the kitchen|w5-3-2,]]
[[Return to your room to play|ir5-3,]]<p>This game features over 2000 passages, and we're continuing to improve it. Most aren't available yet because we're still refining, but when we're done the choice system will be spectacular. If you enjoyed the experience, support us on Patreon to help us keep expanding and improving the game. We already have multiple expansions in development alongside the main game, and we don't plan to stop. Plus, supporters get exclusive early access to updates. Thank you for being part of this adventure! 🚀🎮</p>
<<link "Surrender to the light tunnel">>
<<run UI.restart()>>
<</link>><img src="media/img/e311.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Come on $char2, stop looking at it with those eyes - we know each other.</span>
</div>
[[Say nothing|m.x.4]]
[[I like how you're looking at me|m.x.5]]<video src="media/vid/w2724.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, love...</span>
</div>
[[Cum inside her ass|w26.5]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w263.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Let her ride and stretch her anus on top of you|w27.2.7]]
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her face down and destroy her ass|w27.2.4]]<video src="media/vid/w2727.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">How hard you are....</span>
</div>
[[Cum inside her ass|w26.5]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2721.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Haaa, my poor anus...</span>
</div>
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her face down and destroy her ass|w27.2.4]]<video src="media/vid/w2725.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The massage came with a meal included, haha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, if you're done we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, kid! Go play your console and stop bothering.</span>
</div>
[[Go have breakfast|q111]]
[[Sorry, it was a joke|m.x.3]]<img src="media/img/r21x3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Well I didn't find it funny at all</span>
</div>
[[Go have breakfast|q111]]
[[Come on, don't get angry, how could I be serious|m.x.18]]<img src="media/img/r21x3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Whatever, we have things to do</span>
</div>
[[Go have breakfast|q111]]
[[Stare at them and say nothing|m.x.13]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">What's wrong girl, let me enjoy the view haha</span>
</div>
[[Yes, let her enjoy the view|m.x.6]]
[[Say nothing|m.x.7]]<img src="media/img/conv1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, don't get carried away haha, I'm married, boy</span>
</div>
[[Say nothing|m.x.7]]
[[Go have breakfast|q111]]
[[A lucky man|m.x.8]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh, wait, this is getting interesting</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Don't push it, kid... haha</span>
</div>
[[Don't push it, you bitch|m.x.9][$pj2sex = false]]
[[It's a joke, woman haha|m.x.10]]
[[Go have breakfast|q111]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh, but you're turning red.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Are you nervous, sweetie haha?</span>
</div>
[[A little, yes|m.x.11][$pj2sex4 = true]]
[[Go have breakfast|q111]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, sometimes he seems to forget how lucky he is haha</span>
</div>
[[I wouldn't forget|m.x.12][$pj2sex4 = true]]
[[Go have breakfast|q111]]
[[Yes, sometimes it's better to forget|m.x.9][$pj2sex = false]]<img src="media/img/enfadadadia1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you saying, you wretch</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Come on, get out of here, you're starting to annoy us</span>
</div>
[[Go have breakfast|q111]]
[[Keep staring at them intently|m.x.13]]<img src="media/img/conv1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Aww, that's too bad... And I thought someone young liked me.</span>
</div>
[[Go have breakfast|q111]]
[[Woman, you look like you just graduated from high school|m.x.14]]<img src="media/img/conv1.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're so cute, really haha</span>
</div>
[[Well, I'm going to have breakfast haha|q111]]<img src="media/img/conv2.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're quite the charmer, handsome haha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Will you stop flirting with my friend, or she'll end up staying here with you instead of going out</span>
</div>
[[Go have breakfast|q111]]
[[Don't worry, you can both stay with me|m.x.15]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Well, that wouldn't be a bad idea, don't you think?</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Drop the nonsense $char2, come on, we need to get ready</span>
</div>
[[I'm going to have breakfast|q111]]<img src="media/img/angry1.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">He's starting to scare me</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't you hear me, you fucking nerd? GET OUT</span>
</div>
[[Get naked and try to fuck them|m.x.16]]<img src="media/img/lexysuck.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>You put it in your stepmother's mouth</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Leave her alone, DISGUSTING</span>
</div>
[[Keep fucking|m.x.17]]<video src="media/vid/Ir40--1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<p>$char2 pushes you to the ground and between the two of them they manage to immobilize you</p>
<p>They lock themselves in the bathroom and your stepmother decides to call your father</p>
<p>They end up sending you to a special place for people like you</p>
<p>One day in bed a light appears</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">The great stone has a lot of fun watching you</span>
</div>
[[Go back to the past|Menu]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Come on, sweetheart, enough, we need to get ready</span>
</div>
[[Go have breakfast|q111]]<img src="media/img/conv1.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">If you were a few years older, you'd be dangerous, sweetheart haha</span>
</div>
<p>My stepmother comes from the bathroom with a towel wrapped around her body and sits in the living room.</p>
[[So you're not my age?|pj2-20][$pj2sex = true]]
[[You two must be dangerous at night|pj2-10]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Haha, why's that? </span>
</div>
[[I'd do anything you asked me haha|m.x.1][$pj2sex1 = true]]
[[Because with the amount of alcohol you drink, I'd be scared to be in that nightclub|m.x.1.2][$pj2sex = false]]<img src="media/img/angryll.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, kid! Go play your console and stop bothering.</span>
</div>
[[I'm going to have breakfast|q111]]
[[Sorry, it was a joke|m.x.3]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, feeling empty. It's summer and you have lots of time,
but you don't know how to spend it. The first decision of the morning is always complicated...</p>
[[Go to the bathroom|e2.1]]
[[Go to your stepmother's room|e1.1]]
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is not here. You find a note on the bed, next to wet panties.</p>
[[Read the note|r1.1]]
[[Go to the bathroom|e2.1]]
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is not here, the panties are still there next to the note.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]<img src="media/img/food/e101.webp">
<p>I make black couscous with grilled sea bass.</p>
<p>Very tasty.</p>
[[Close phone|e5.1]]<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course I'd like one, sweetheart, I've been running around all week.</span>
</div>
<p>You start giving her the massage.</p>
[[Slowly move up her leg and start touching her pussy|e20]]
[[Take out your cock and start rubbing it against her feet|e21]]
[[Take her foot and put it in your mouth|e22]]<p>She grabs your cock and starts masturbating you.</p>
[[Grab her pants and take them off|e24]]
[[Take your cock out of her hands and put it in her mouth|e28]]<img src="media/img/rooms/bathroom.webp">
<p>There's no one here</p>
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]
<<if $ldientes6 is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Brush your teeth|e6.1][$ldientes6 = true]]
<</if>><img src="media/img/rooms/bathroom.webp">
<p>There's no one here</p>
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]
[[Go to your stepmother's room|e1.1.1]]<p>You move your hand up until you reach her pussy.</p>
<p>She bites her lip while looking at you with a horny face.</p>
[[Put your hand inside her pants and start fingering her|e23]]
[[Grab her pants and take them off|e24]]
[[Take out your cock|e17]]<p>She bites her lip while looking at you with a horny face.</p>
<p>She squeezes your cock with her feet and starts jerking you off with them.</p>
[[Grab her pants and take them off|e24]]<p>You start sucking on her foot while looking at her</p>
<p>She bites her lip while looking at you with a horny face.</p>
[[Grab her pants and take them off|e24]]
[[Take out your cock|e17]]<p>She starts moaning and you notice she's getting wet.</p>
<p>She closes her eyes and starts touching her breasts.</p>
[[Grab her pants and take them off|e24]]
[[Take out your cock|e17]]<p>While you take off her pants, she takes off her shirt and is completely naked with her legs open in front of you.</p>
[[Start putting your cock in while eating her breasts|w25]]
[[Turn her around and put her on all fours|w26]]
[[Put your cock in her mouth and start eating her pussy|w27]]<p>You put your cock in her mouth and start pushing it in and out forcefully, noticing that $char2 is choking on it.</p>
<p>You take it out after a while and her saliva drips from your cock down her chin.</p>
<p>She looks at you with a red face and rapid breathing.</p>
[[Grab her pants and take them off|e24]]<img src="media/img/rooms/salon.webp">
<p>The living room is empty.</p>
[[Go to the bathroom|e2.1]]
[[Go to the kitchen|e5.1]]
<<if $vltele6 is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Start watching TV|x20.1][$vltele6 = true]]
<</if>><img src="media/img/e311.webp">
<p>$char2 and your stepmother are in the living room laughing.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I can't believe you too</span>
</div>
[[Keep listening|e3.1.2]]<img src="media/img/e312.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, it seems the rascal has had fun with both of us haha</span>
</div>
[[Keep listening|e3.1.3]]<img src="media/img/e313.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, we'll have to show him how we play haha</span>
</div>
[[What are you talking about?|e3.1.4]]
[[Hello|e3.1.4]]
[[Enter without saying anything|e3.1.4]]<video src="media/vid/e314.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well hello handsome, come here. Another friend is staying over tonight and we've inflated this bed for her</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Why don't you lie down and see if it's comfortable?</span>
</div>
[[Lie down on the bed|e3.1.4.2]]
[[Stop fooling around and take off your clothes|e3.1.4.7]]<video src="media/vid/e31426.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What a fuck, hottie</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Yes, he's truly a box of surprises, we'll have to invite him to play from now on haha</span>
</div>
[[Whenever you want, well I'm going to play for a while|ir5-3,]]<video src="media/vid/e31424.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.30]]<video src="media/vid/e31430.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Take it out and start fucking "+$char2|e3.1.4.21]]<video src="media/vid/e31422.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.24]]<video src="media/vid/e31420.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e31418.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking her hard|e3.1.4.191]]
[[Grab her by the neck|e3.1.4.201]]<video src="media/vid/e314201.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e314191.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e3142.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>They start kissing while touching you</p>
[[Let them continue|e3.1.4.5]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e3147.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Tell them to masturbate you|e3.1.4.9]]
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]<video src="media/vid/e31411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Fuck "+$char2+" harder"|e3.1.4.12]]<video src="media/vid/e31412.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Ask "+$char2+" to turn around and continue fucking"|e3.1.4.14]]
[[Ask your stepmother to turn around and continue fucking|e3.1.4.15]]<video src="media/vid/e31415.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Continue fucking your stepmother hard|e3.1.4.161]]<video src="media/vid/e314161.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Ask them both to get on all fours|e3.1.4.174]]<video src="media/vid/e314174.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Start fucking "+$char2|e3.1.4.17]]
[[Start fucking your stepmother|e3.1.4.18]]<video src="media/vid/e31410.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Fuck your stepmother harder|e3.1.4.121]]<video src="media/vid/e314121.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Ask "+$char2+" to turn around and continue fucking her"|e3.1.4.14]]
[[Ask your stepmother to turn around and continue fucking her|e3.1.4.15]]<p>They start masturbating you</p>
<video src="media/vid/e3149.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]<video src="media/vid/e3145.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother takes off $char2's breasts</p>
[[Let them continue|e3.1.4.51]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31451.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 takes off your stepmother's breasts and starts licking them</p>
[[Let them continue|e3.1.4.52]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31452.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 gets on top of you and starts rubbing her pussy</p>
[[Let them continue|e3.1.4.53]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31453.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother starts licking $char2's anus</p>
[[Let them continue|e3.1.4.54]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31454.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother gets on top of $char2 and they start moving their pussies on your face</p>
[[Take off your pants and make them suck it|e3.1.4.7]]
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]<video src="media/vid/e31414.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Keep fucking "+$char2+" hard"|e3.1.4.16]]<video src="media/vid/e31416.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Ask them both to get on all fours|e3.1.4.174]]<video src="media/vid/e31417.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking her hard|e3.1.4.19]]
[[Grab her hair|e3.1.4.20]]<video src="media/vid/e31419.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e31421.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.23]]<video src="media/vid/e31423.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.25]]<video src="media/vid/e31425.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Cum on "+$char2|e3.1.4.26]]<img src="media/img/rooms/cocina.webp">
<p>The kitchen is empty.</p>
[[Go to the bathroom|e2.1]]
[[Go to the living room|e3.1]]
<<if $ldientes is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|e10.1][$pcomida6 = true]]
<</if>><img src="media/img/rooms/cocina.webp">
<p>The kitchen is empty.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to your stepmother's room|e1.1.1]]
[[Go to the living room|e3.1.1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth and suddenly scenes of everything that happened yesterday with your stepmother come to mind, you start getting horny.</p>
[[Spit out the paste and rinse|e2.1]]<video src="media/vid/r11.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The note says:</p>
<p>Did you want to fuck me again like yesterday? Well, stay for breakfast with $char2, she's going to sleep over tonight, we'll be by in a bit. I would have liked you to fuck me this morning too, so much that my panties got wet.</p>
[[Go play in your room for a while|t1]]<img src="media/img/rooms/player.webp">
<p>Time passes... you hear the door and it's your stepmother and $char2.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to your stepmother's room|e1.1.1]]
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]<img src="media/img/w12-1.webp">
<p>$char2 comes through the door</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hello, handsome. Your mother told me to wait for her, we're going out to eat.</span>
</div>
[[That's great, do you want to go to the living room and watch something|w13]]<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let's go. I feel like sitting on the couch for a while.</span>
</div>
<p>You both sit on the couch and turn on the television.</p>
<video src="media/vid/w13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Hey, would you like me to give you a foot massage|w16]]
[["Undress "+$char2|w20]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV for a while until your stepmother comes|ww17-2.x1][$noti3 = true]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV for a while until your stepmother comes|ww17-2.x1][$noti3 = true]]
<<else>>
[[Watch TV for a while until your stepmother comes|ww17-2][$noti3 = true]]
<</if>>
<</nobr>><div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">To your room? Haha It's not like I'm 16, but sure, let's go.</span>
</div>
<p>She sits on the bed and you on the desk chair</p>
[[Hey, would you like me to give you a foot massage|e16]]
[[Put your hand on her leg and slowly move toward her pussy|e20]]
[[Take out your cock and show it to her|e17]]<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course I'd like one, sweetheart, I've been running around all week.</span>
</div>
<video src="media/vid/w16.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Undress "+$char2|w20]]
[[Take her foot and put it in your mouth|w22]]<p>You start fucking her on the rug</p>
<video src="media/vid/w17.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Hey, how about we go to my room?|w22.1]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/w20.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Getting right to it, huh? Haha</span>
</div>
[[Put her on all fours and fuck her pussy|w23]]
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]
[[Take out your cock and put it in front of her|w21]]<video src="media/vid/w21.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put her on all fours and fuck her pussy|w23]]
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]<video src="media/vid/w22.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Undress "+$char2|w20]]<video src="media/vid/w23.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts moaning.</p>
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]<video src="media/vid/w24.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>As you take off her pants, she removes her shirt
She's now completely naked</p>
[[Hey, what if we go to my room instead?|w22.1]]<video src="media/vid/w221.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, better that way. If your stepmother arrives, she won't catch us on the sofa.</span>
</div>
[[Go to your room|w25.1]]<video src="media/vid/w251.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're so hot, honey...</span>
</div>
[[Start rubbing your cock against her ass|w25]]
[[Put your cock in her mouth|w27]]
[[Start fucking her pussy|w27.1]]<video src="media/vid/w25.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Careful love, it hurts a little there.</span>
</div>
[[Turn her around and put it in her ass|w25.2]]
[[Take it out and put it in her pussy|w26.1]]<img src="media/img/enfadofinal.webp">
<p>You go to the bathroom, once cleaned and dressed, you head to the living room</p>
<p>Where you find your stepmother sitting on the sofa</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell were you doing with this fucking nerd in the bathroom</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Relax, he just brought me a towel</span>
</div>
[[What's up, harpy? Can't you wait 2 minutes for your friend to finish showering?|w36.x]]<video src="media/vid/w252.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">It hurts, honey</span>
</div>
[[Take it out and put it in her pussy|w26.3]]
[[Put her on all fours and keep fucking her anus|w27.2.1]]
[[Tell her to get on top and put it in her anus|w27.2.2]]<video src="media/vid/w2727.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you want to destroy my ass, honey? Alright, I'll let you do it</span>
</div>
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her back down and destroy her ass|w27.2.4]]<video src="media/vid/w264.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Ohhh fuck...</span>
</div>
[[Come inside her ass|w26.5]]
[[Come on her tongue|w27.2.5]]<video src="media/vid/w265.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm I can feel it hot inside</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, if you're done, we should take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]<p>You turn her around and put her on all fours, she obeys and presents her ass for you to do whatever you want with it.</p>
[[Put it in her pussy|w32]]
[[Put it in her ass|w33]]<p>You put your cock in her mouth and start thrusting in and out forcefully, you notice that $char2 is choking on it.</p>
<p>You pull it out after a while and her drool drips from your cock onto her chin.</p>
<p>She looks at you with a red face and rapid breathing.</p>
[[Grab her pants and take them off|w24]]<p>You start biting her neck forcefully and she scratches your back with pleasure while squeezing you with her legs, pushing you deeper into her pussy, and moans.</p>
<p>You can't hold it anymore and end up coming inside her pussy.</p>
<p>When you pull out, semen starts dripping from her vagina.</p>
[["Go to the bathroom with "+$char2+" and clean up"|w31]]<p>You grab her breasts firmly and start fucking her with all your strength. She holds your wrists and squeezes them while looking at you with a face of pleasure and moaning.</p>
<p>You can't hold it anymore and end up coming inside her pussy.</p>
<p>When you pull out, semen starts dripping from her vagina.</p>
[["Go to the bathroom with "+$char2+" and clean up"|w31]]<video src="media/vid/w311.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Let me clean your cock for you, honey</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Finish cleaning up and go to the living room|w31.x]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Finish cleaning up and go to the living room|w31.x]]
<<else>>
[[Finish cleaning up and go to the living room|w31]]
<</if>>
<</nobr>><img src="media/img/ww17-2.webp">
<p>You go to the bathroom, once cleaned and dressed, you head to the living room</p>
<p>Where you find your stepmother sitting on the sofa</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Having a good time?</span>
</div>
[["I was showing "+$char2+" some things in my room"|w36]]
[[Yes, I wanted to show her my massage skills and she had a lot of knots|w37]]<p>You start putting it in her pussy while grabbing her hips and thrusting harder and harder.</p>
<p>You don't stop until you end up coming inside.</p>
<p>When you pull out, semen starts dripping from her vagina.</p>
[["Go to the bathroom with "+$char2+" and clean up"|w31]]<p>You put it in her ass.</p>
<p>You hear her say with a moan that not there.</p>
[[Put it in her pussy|w32]]
[[Grab her hair and start fucking her ass|w34]]<p>You grab her hair and start putting it in her ass. At first, it's difficult because she's very tight, but you push hard until it dilates.</p>
<p>$char2 screams in pain and moans at the same time.</p>
<p>You don't stop until you end up coming inside.</p>
<p>When you pull out, semen starts dripping from her vagina.</p>
[["Go to the bathroom with "+$char2+" and clean up"|w31]]<img src="media/img/ww17-2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, those things must have been scary because I kept hearing her scream hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ok come on $char2, let's go or we'll be late.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And you behave yourself.</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Look, kid, don't mess with me or I'll end up slapping you in the face</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">And that took too long for just a towel</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Come on, let's go or we'll be late</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Next time, hurry up a bit</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Wow, I didn't know you were so good at it, because she sounded satisfied. You'll have to give me one too.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ok come on $char2, let's go or we'll be late.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And you behave yourself.</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<video src="media/vid/Wwww-10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start to see her pinching one nipple with her hand while passing the shower head over her vagina.</p>
[[Start masturbating while watching her|www-8]]
<<nobr>>
<<if $pj2sex4 is false>>
[[Keep watching|z.4.1]]
<<else>>
[[Keep watching|z4]]
<</if>>
<</nobr>><p>After a while, you want to grab your phone but realize you left it in the bathroom.</p>
[[Go get the phone|www-7]]<video src="media/vid/Wwww-8.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 frightened goes to talk to your stepmother, who decides to call your father to explain what you did.</p>
<p>They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Light is not subject to time because it always travels at the same speed in a vacuum: approximately 299,792 kilometers per second. You don't go that fast, but I see you love the void....</span>
</div>
[[Sorry|continuar7]]<video src="media/vid/Wwww-9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Well, I'm going to be here for a while, so if you want to come in and get it, handsome.</p>
<p>When you enter, you see $char2 running water over her breasts to remove the soap with an expression of pleasure.</p>
[[Start masturbating while watching her|www-8]]
[[Grab the phone while continuing to watch her in the mirror|www-10]]<img src="media/img/movies/x201.webp">
<p>They're making Albino Orangutan now a lawyer</p>
[[Turn off the TV|e3.1]]<video src="media/vid/z1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, if your stepmother finds out about this, she'll kill us.</span>
</div>
[[Put your cock in her mouth|z6]]
[[Put your cock in her pussy|z7.1.1]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<p>You start putting it in with all your strength in her ass. It's very tight but dilates each time it goes in.</p>
<p>$char2 moans in pain while her breasts bounce.</p>
[[Turn her around and put it in her pussy|z1]]
[[Continue and come in her ass|z11]]<p>You can't take it anymore, you grab her by the hips and thrust it forcefully into her ass.</p>
<p>She lets out a very loud moan, almost like a scream.</p>
<p>You start coming inside.</p>
<p>You pull out, clean yourself up, and get dressed.</p>
<p>You look at $char2 one more time; she's kneeling against the shower wall. You hear her letting out moans with small breaths while touching her pussy with one hand.</p>
[[Go to the living room and let her finish her shower|ww-2-2]]<p>You start eating her breasts, she starts masturbating you harder while grabbing your hair, and you hear her moan.</p>
[[Put it in her pussy|z1]]<p>You start masturbating her too while looking into her eyes, she closes them and starts moaning while masturbating you harder.</p>
[[Put it in her pussy|z1]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/z41.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you think I don't see you, honey?</span>
</div>
[["Get undressed and get in the shower with "+$char2|z4.1.1][$pj2sex2 = true]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<video src="media/vid/z42.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I can't believe it hahaha but well handsome, how direct</span>
</div>
[[Why waste time|z4.1.3]]
[[An opportunity like this can't be wasted|z4.1.4]]
[[What's wrong, don't you like it?|z4.1.5]]<video src="media/vid/z43.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I see that, it's hard as a rock</span>
</div>
[[Happy to see you|z4.1.6]]
[[Logical, right?|z4.1.7][pj2sex2 = false]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Look, first of all, I didn't give you any permission to undress and come in here with me</span>
</div>
[[Well, I gave myself permission|z4.1.8]]
[[Sorry, I didn't mean to upset you|z4.1.9]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">But handsome, remember that I'm married</span>
</div>
[[I know, but would it be so bad if no one finds out?|z4.1.10]]
[[I don't care that you're married|z4.1.7][pj2sex2 = false]]<video src="media/vid/z49.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't say it would be bad, I'm saying it's risky</span>
</div>
[[Come on, no one will find out, I promise|z4.1.11]]
[[Don't you like risk?|z4.1.12]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course I like risk hahaha</span>
</div>
[[Rub your cock against her pussy|z1]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I hope nobody finds out then hahaha</span>
</div>
[[Rub your cock against her pussy|z1]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you saying, kid? Get out of here right now</span>
</div>
[[Put your cock in her pussy|z4.1.14]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<p>You put it in her pussy</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you doing, stop!</span>
</div>
[[Continue fucking her mouth forcefully|z4.1.15]]<img src="media/img/z417.webp">
<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<p>She manages to push you away and you slip, falling to the floor</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Oh my god no</span>
</div>
<p>You crack your skull open and start losing a lot of blood</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Help!</span>
</div>
<p>You start to see a light</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You have to learn when yes and when no hahaha but hey, can't say you're not persistent</span>
</div>
[[Let the light envelop you|continuar7]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, I'm the one who has to give it to you</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Please leave the bathroom now</span>
</div>
[[Apologize embarrassed and return to the living room|ww-2-2]]
[[Put your cock in her mouth|z4.1.14]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, I don't care what you intended, please leave the shower</span>
</div>
[[Apologize embarrassed and return to the living room|ww-2-2][$noti = true]]
[[Put your cock in her mouth|z4.1.14]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">And who told you this is an opportunity hahaha</span>
</div>
[[Do I need someone's permission?|z4.1.20][pj2sex2 = false]]
[[Say nothing and look embarrassed|z4.1.21]]
[[Sorry, I may have rushed in|z4.1.22]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Yes, I have to give it to you</span>
</div>
[[Well, I gave it to myself|z4.1.13]]
[[Sorry, I didn't mean to upset you|z4.1.9][$noti = true]]<img src="media/img/wwww-7.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh, don't worry love, don't be like that</span>
</div>
[[I'll leave if you want, sorry|z4.1.23]]<img src="media/img/wwww-9.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">No, silly, stay. Let's shower together</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">How about I soap you up a bit</span>
</div>
<p>She starts masturbating you</p>
[[Rub your cock against her pussy|z1]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">A bit, yes, kid hahaha</span>
</div>
[[But since we're here, suck it for a while|z4.1.26][pj2sex2 = false]]
[[Say nothing and look embarrassed|z4.1.21]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What are you saying? Go to your room and jerk off</span>
</div>
[[Put your cock in her mouth|z4.1.14]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't say that, I just didn't expect you to get naked and come in directly</span>
</div>
[[I'm full of surprises|z4.1.30][pj2sex2 = false]]
[[Well, what did you expect when you called me|z4.1.7][pj2sex2 = false]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, you are hahaha but it caught me a bit off guard</span>
</div>
[[Of course, I'm also sharp like a knife|z4.1.32][$pj2sex2 = false]]
[[Well, what did you expect when you called me|z4.1.7]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What you still are is a bit of a child, and I'm married hahaha I think it's best to forget this situation</span>
</div>
[[Put your cock in her mouth|z4.1.14]]
[[Well, what did you expect when you called me|z4.1.7]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<video src="media/vid/z41.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you think I don't see you, honey?</span>
</div>
[[I don't care if you see me|z.4.2]]
[[Apologize embarrassed and return to the living room|ww-2-2][$noti = true]]<video src="media/vid/z42.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't expect you to be so brazen hahaha</span>
</div>
[[You're so beautiful it's impossible to resist|z.4.3]]
[[Approach her|z.4.4]]<video src="media/vid/z43.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well you'll have to try, remember I'm married</span>
</div>
[[And if I can't?|z.4.9]]
[[That's not a problem for me|z.4.10]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">But it is for me hahaha</span>
</div>
[[It could stop being one|z.4.28]]
[[Well, as you wish|z.4.29]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What do you mean?</span>
</div>
[[Approach her|z.4.4]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes honey, I'm sorry</span>
</div>
[[Approach her|z.4.4]]
[[Don't worry hahaha grab your phone and leave|ww-2-2][$pj2sex2 = true; $noti2 = true]]<video src="media/vid/z49.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course you can, handsome, it's not that big a deal</span>
</div>
[[Then I'm dying to have it|z.4.11]]
[[Don't be so sure|z.4.12]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤨$char2 found that behavior strange<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well you'll have to keep dying, son hahaha</span>
</div>
[[Approach her|z.4.4]]
[[Grab the phone and leave|ww-2-2]]<video src="media/vid/z412.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I'm very sure, honey. When you're so young, it's a big deal, but you get used to everything</span>
</div>
[[Having sex with you must be incredible, from the first to the last time|z.4.13]]
[[I could never get bored, and if someone gets bored, they don't deserve a goddess like you|z.4.14]]<<notify 4s>>🤨$char2 found that behavior strange<</notify>>
<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Trust me, I'm a certain age and I know what I'm talking about</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well I need to finish my shower, if you don't mind hahaha</span>
</div>
[[Grab your phone and leave|ww-2-2]]
[[Approach her|z.4.4]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Trust me love, the first is usually intense, but the last is not much</span>
</div>
[[Then let's enjoy the first one|z.4.15]]
[[Prove it|z.4.16]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤔$char2 wasn't convinced by your behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hahaha come on, grab your phone and let me finish</span>
</div>
[[Grab your phone and leave|ww-2-2]]
[[Approach her|z.4.4]]<video src="media/vid/z416.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Come, get closer</span>
</div>
[[Approach her|z.4.17][$pj2sex2 = true]]
[[I think I'd better go|z.4.18]]<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, then do whatever you want, but don’t bother me anymore</span>
</div>
[[Grab the phone and leave|ww-2-2]]<video src="media/vid/z417.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">See, the first time just by touching me a little, you feel it all over your body</span>
</div>
[[Start eating out her pussy|z.4.19]]
[[Pull out your dick and start jerking off|z.4.20]]<video src="media/vid/z419.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm keep going</span>
</div>
[[Keep eating her out|z.4.26]]<video src="media/vid/z426.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God don’t stop, sweetheart</span>
</div>
[[Stand her up and fuck her pussy|z.4.27]]<p>You start ejaculating</p>
<video src="media/vid/z427.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">God you’ve gotten me super horny, but don’t cum inside – cum on my face, sweetheart</span>
</div>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<video src="media/vid/z420.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Come here sweetheart, bring it closer to my mouth</span>
</div>
[[Shove your dick in her mouth|z.4.21]]<p>$char2 starts sucking you with a face full of pleasure</p>
<video src="media/vid/z421.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump harder into her|z.4.222]]
[[Let her keep sucking|z.4.232]]<video src="media/vid/z4222.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her head and force it|z.4.2221]]<video src="media/vid/z42221.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump even harder into her|z.4.22]]<p>She begins sucking you with more intensity</p>
<video src="media/vid/z4232.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump harder into her|z.4.222]]
[[Hold back and let her continue|z.4.2323]]<video src="media/vid/z42323.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Don’t stop|z.4.23]]<p>She starts choking</p>
<p>You can’t hold back the pleasure anymore</p>
<video src="media/vid/z422.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<p>She starts sucking so hard you can’t last anymore</p>
<video src="media/vid/z423.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<p>You cum on her face</p>
<video src="media/vid/z425.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm I love the feeling on my face</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Okay hun, I'm going to finish my shower hahaha – you've left my face full</span>
</div>
[[Sorry hahaha, I grab the phone and let you finish|ww-2-2][$noti2 = true; $pj2sex2 = true]]<p>You cum inside her mouth</p>
<video src="media/vid/z424.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm this young, clean dick tastes so good</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Okay hun, I'm going to finish my shower hahaha – looking at how much you've cum inside, I can see your expectations are met</span>
</div>
[[You were amazing hahaha, I grab your phone and let you finish|ww-2-2][$noti2 = true; $pj2sex2 = true]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Hey, I didn't tell you to come closer</span>
</div>
[[Back away|z.4.6]]
[[Start masturbating her|z.4.5]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">You should probably go – I'm not comfortable anymore</span>
</div>
[[Grab the phone and leave|ww-2-2]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<p>You start touching her pussy gently</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Stop, please – I don’t like it</span>
</div>
[[Your body says the opposite|z.4.8]]<<notify 4s>>🤬$char2 can't tolerate this behavior anymore<</notify>>
<img src="media/img/z48.webp">
<p>$char2 pushes you onto the floor as she runs away</p>
<p>She tells your stepmother what happened</p>
<p>The police get called and arrest you</p>
<p>In the jail cell, a junkie stabs you with a syringe while screaming:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen yonki"></div>
<span class="dialogo-enfadado">The Big Stone can’t decide our fate</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">The Big Stone can do whatever it wants hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Though it doesn't like controlling destiny</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">It prefers just sitting and watching</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen yonki"></div>
<span class="dialogo-enfadado">That’s just what it wants you to think</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Can you even hear me? What crap, let’s get out of here</span>
</div>
[[Step into the light|continuar7]]<video src="media/vid/z420.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair and make her suck harder|z8.1]]
[[Slam her against the door and shove it in her pussy|z8.2]]<p>You begin fucking her pussy</p>
<video src="media/vid/z711.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, if your stepmom finds out about this, she'll kill us</span>
</div>
[[Pump harder into her|z7.1.2]] video 7
[[Turn her around and fuck from behind|z7.1.3]] video 7<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]][[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out and stick it in her mouth|z8.2822]]
[[Slam her against the door and fuck her pussy|z7.1.42]]
[[Slam her against the counter and fuck her pussy|z7.1.52]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Stick it in her mouth|z8.2822]]
[[Slam her against the door and fuck her pussy|z7.1.42]]
[[Slam her against the counter and fuck her pussy|z7.1.52]]<video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z713.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z7.1.4]] fifth video
[[Slam her against the counter and fuck her pussy|z7.1.6]] fifth video
[[Spread her legs on the counter and fuck her ass|z7.1.5]] third video<video src="media/vid/z712.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z7.1.4]]
[[Slam her against the counter and fuck her pussy|z7.1.5]]
[[Spread her legs on the counter and fuck her ass|z7.1.6]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.8]]
[[Grab her hair|z7.1.9]]
[[Cover her mouth|z7.1.10]]
[[Slam her into the mirror|z7.1.11]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.242]]
[[Grab her hips|z8.252]]
[[Cover her mouth|z8.262]]<video src="media/vid/z89.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out and shove into her pussy|z8.282]]
[[Flip her around and fuck her anal against the counter|z8.292]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Slam her into the mirror|z7.1.112]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Slam her into the mirror|z7.1.112]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.2522]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Grab her hips|z8.2522]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Grab her hips|z8.2522]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z84.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z421.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull it out and shove your balls into her mouth|z8.4]]
[[Pound her face with your dick|z8.5]]
[[Shove harder and grab her tit|z8.6]]<video src="media/vid/z86.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.10]]
[[Grab her hair|z8.11]]
[[Cover her mouth|z8.12]]
[[Grab her tits|z8.13]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<p>You cum inside $char2</p>
<p>She starts kissing you again before the orgasm fades away.</p>
<p>You pull out, clean up, and get dressed.</p>
<p>You glance at $char2 one last time – she's leaning against the shower wall with a red face and happy expression</p>
[[Grab the phone and leave her to finish her shower|ww-2-2]]<video src="media/vid/w263.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm, I like this position better</span>
</div>
[[Move on top of me|w26.20]]
[[Lay her down and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her sideways|w27.2.2]]<video src="media/vid/w2521.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Lay her down on the bed and keep putting your dick in her mouth|w27.2.111]]
[[Get on top of me|w26.20]]
[[Lay her down on the bed and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her pussy sideways|w27.2.11]]<video src="media/vid/w2611.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Keep going, don't stop</span>
</div>
[[Get on top of me|w26.20]]
[[Lay her down on the bed and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her pussy sideways|w27.2.11]]<video src="media/vid/w2620.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let me handle it</span>
</div>
[[Let her keep fucking you|w26.23]]
[[Lay her down on the bed and fuck her pussy|w27.2.20]]<video src="media/vid/w2621.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2623.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, I can't hold back anymore honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w26232.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Cum inside me honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2626.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm it feels so good inside...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well if you're finished, we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]<video src="media/vid/w27.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Turn her around and put it in her ass|w25.2]]
[[Pull out and put it in her pussy|w26.1]]
[[Keep putting it in her mouth|w25.2.1]]<video src="media/vid/w271.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm it's so hard</span>
</div>
[[Turn her around and put it in her ass|w25.2]]
[[Keep fucking her pussy|w26.11]]<video src="media/vid/w27220.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmmm keep going, harder</span>
</div>
[[Fuck her harder|w26.232]]<video src="media/vid/w27211.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her breast|w26.21]]
[[Masturbate her while you keep fucking her|w27.2.12]]<video src="media/vid/w272111.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Masturbate in her mouth|w27.2.113]]<video src="media/vid/w272113.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do it...</span>
</div>
[[Cum on her face|w27.2.1132]]<video src="media/vid/w2721132.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The massage came with food included hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well if you're finished, we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]<video src="media/vid/w27212.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w27220.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Cum inside me honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<p>She starts kissing you while grabbing your ass to make you thrust harder.</p>
<p>You grab her ass too and give her what she's asking for.</p>
[[Keep thrusting and cum inside her|z8]]<video src="media/vid/z814.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What a fuck you gave me, handsome. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]<video src="media/vid/z424.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">So good handsome hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]<video src="media/vid/z425.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, looks like I'll have to wash my face again hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]<video src="media/vid/z817.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You went overboard with the soap honey hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]<video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.20]]
[[Grab her hair|z8.21]]
[[Cover her mouth|z8.22]]
[[Grab her tits|z8.23]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cover her mouth|z8.31]]
[[Grab her tits|z8.32]]
[[Grab her hair|z8.33]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her tits|z8.32]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her hair|z8.33]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her hair|z8.33]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z85.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Put it back in her mouth|z8.18]]
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.24]]
[[Grab her hips|z8.25]]
[[Cover her mouth|z8.26]]
[[Slam her against the mirror|z8.27]]<video src="media/vid/z89.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out of her ass and put it in her pussy|z8.28]]
[[Turn her around and fuck her ass against the counter|z8.29]]<p>You flip her around and slam her against the wall trying to enter her butt.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Not there, please – it's too small</span>
</div>
[[Turn her around and shove inside her|z1]]
[[Force it in rough while grabbing her hair|z10]]<img src="media/img/e312.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Hey kiddo, she's got a few years on you.</span>
</div>
[[Age can't take away your beauty|m.x.1][$pj2sex1 = true]]<div id="bullethell-container">
<h1 id="bullethell-day"><<print l10nStrings.bulletHellDay + " " + (State.variables.diaActual || 1)>></h1>
<p><<print l10nStrings.bulletHellControls>></p>
<canvas id="gameCanvas" width="600" height="400"></canvas>
<div id="bullethell-info"><<print l10nStrings.bulletHellTimeRemaining.replace("{0}", '<span id="timer">X</span>')>></div>
<button id="bullethell-startBtn"><<print l10nStrings.bulletHellPlay>></button>
<button id="bullethell-restartBtn"><<print l10nStrings.bulletHellRestart>></button>
<div id="bullethell-win" style="display:none;">
<div class="win-message"><<print l10nStrings.bulletHellCongrats>><br><<print l10nStrings.bulletHellSurvived>></div>
<a id="bullethell-continueBtn" class="link-internal" href="javascript:void(0)"><<print l10nStrings.bulletHellContinue>></a>
</div>
</div>
<style>
#bullethell-container {
width: 640px;
margin: 30px auto 0 auto;
padding: 18px 0 30px 0;
position: relative;
overflow: visible;
text-align: center;
z-index: 10;
transition: var(--transition-med);
}
#bullethell-container canvas {
background: linear-gradient(135deg, #111 60%, var(--color-bg-light) 100%);
display: block;
margin: 18px auto 0 auto;
border-radius: var(--border-radius-md);
box-shadow: var(--shadow-md);
border: 2.5px solid var(--color-accent);
transition: var(--transition-med);
}
#bullethell-info {
margin: 18px auto 0 auto;
font-size: 1.25rem;
color: var(--color-accent);
font-family: var(--font-heading);
background: rgba(255,255,255,0.07);
border-radius: var(--border-radius-sm);
padding: 8px 20px;
width: fit-content;
box-shadow: var(--shadow-sm);
letter-spacing: 1px;
font-weight: 600;
text-shadow: 0 2px 8px #0008;
}
#timer {
color: var(--color-link);
font-size: 1.4em;
font-weight: bold;
text-shadow: 0 2px 8px #0008;
}
#bullethell-startBtn, #bullethell-restartBtn {
display: inline-block;
margin: 22px 10px 0 10px;
padding: 12px 32px;
font-size: 1.15rem;
font-family: var(--font-heading);
font-weight: 600;
border-radius: var(--border-radius-md);
border: none;
background: linear-gradient(135deg, #ff4444, var(--color-accent));
box-shadow: 0 0 0 4px rgba(233,69,96,0.15), var(--shadow-lg);
color: var(--color-text);
box-shadow: var(--shadow-md);
cursor: pointer;
transition: var(--transition-med);
outline: none;
letter-spacing: 1px;
position: absolute;
left: 50%;
top: 400px;
transform: translate(-50%, -50%) scale(1.1);
z-index: 21;
}
#bullethell-startBtn:hover, #bullethell-restartBtn:hover {
background: linear-gradient(135deg, var(--color-accent), var(--color-accent-light));
color: #fff;
transform: translate(-50%, -50%) scale(1.2);
box-shadow: var(--shadow-lg), 0 0 10px var(--color-accent-light);
}
#bullethell-restartBtn {
display: none;
background: linear-gradient(135deg, #ff4444, var(--color-accent));
z-index: 22;
transition: transform 0.2s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.2s;
opacity: 0;
pointer-events: none;
box-shadow: 0 0 0 4px rgba(233,69,96,0.15), var(--shadow-lg);
}
#bullethell-skipBtn {
display: none;
padding: 12px 32px;
font-size: 1.15rem;
font-family: var(--font-heading);
font-weight: 600;
border-radius: var(--border-radius-md);
border: none;
background: linear-gradient(135deg, #4477ff, #2255cc);
box-shadow: 0 0 0 4px rgba(69,96,233,0.15), var(--shadow-lg);
color: var(--color-text);
cursor: pointer;
transition: var(--transition-med);
outline: none;
letter-spacing: 1px;
position: absolute;
right: 5px;
top: 5px;
transform: translate(-50%, -50%) scale(1.1);
z-index: 23;
}
#bullethell-skipBtn:hover {
background: linear-gradient(135deg, #5588ff, #3366dd);
color: #fff;
transform: translate(-50%, -50%) scale(1.2);
box-shadow: var(--shadow-lg), 0 0 10px #5588ff;
}
#bullethell-restartBtn.show {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, -50%) scale(1.1);
animation: popBtn 0.25s cubic-bezier(.68,-0.55,.27,1.55);
}
#bullethell-win {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(1.1);
z-index: 30;
border: 2px solid var(--color-accent);
background: rgba(26,26,46,0.97);
border-radius: var(--border-radius-lg);
box-shadow: var(--shadow-lg);
padding: 40px 30px 30px 30px;
text-align: center;
min-width: 320px;
animation: fadeIn 0.5s;
transition: transform 0.25s cubic-bezier(.68,-0.55,.27,1.55);
}
.win-message {
font-family: var(--font-heading);
font-size: 1.6rem;
color: var(--color-text);
margin-bottom: 24px;
text-shadow: 0 2px 8px #0008;
letter-spacing: 1px;
animation: popScale 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
#bullethell-continueBtn {
margin-top: 10px;
min-width: 180px;
font-size: 1.1rem;
padding: 12px 32px;
border-radius: var(--border-radius-md);
background: linear-gradient(135deg, var(--color-link), var(--color-accent));
color: #fff;
font-family: var(--font-heading);
font-weight: 600;
box-shadow: var(--shadow-md);
border: none;
transition: var(--transition-med);
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer;
letter-spacing: 1px;
}
#bullethell-continueBtn:hover {
background: linear-gradient(135deg, var(--color-accent), var(--color-link));
color: #fff;
transform: translateY(-2px) scale(1.04);
box-shadow: var(--shadow-lg), 0 0 10px var(--color-link);
}
@keyframes popBtn {
0% { transform: translate(-50%, -50%) scale(0.7); }
70% { transform: translate(-50%, -50%) scale(1.15); }
100% { transform: translate(-50%, -50%) scale(1.1); }
}
@keyframes popScale {
0% { transform: scale(0.7); }
70% { transform: scale(1.15); }
100% { transform: scale(1.1); }
}
@media (max-width: 700px) {
#bullethell-container { width: 98vw; min-width: 0; padding: 8px 0 18px 0; }
#bullethell-container canvas { width: 98vw !important; max-width: 98vw; }
#bullethell-restartBtn { top: 50vw; }
}
</style>
<<script>>
if (!State.variables.g1_difficulty) {
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 2,
minBulletInterval: 5600,
maxBulletInterval: 6500,
safeRadius: 50,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 3,
maxObstacles: 5,
};
}
$(document).on(':passagedisplay', function (ev) {
if (ev.passage.title !== 'mini1') return;
const DIFFICULTY = State.variables.g1_difficulty;
const imgPlayer = new Image();
imgPlayer.src = 'media/gms/assets/g1/player.webp';
const imgBullet = new Image();
imgBullet.src = 'media/gms/assets/g1/enemy.webp';
const imgObstacle = new Image();
imgObstacle.src = 'media/gms/assets/g1/coin.webp';
const backgroundSrc = 'media/gms/assets/g1/back.webm';
let imgBackground = null;
let videoBackground = null;
let isVideoBackground = false;
if (backgroundSrc.endsWith('.webm')) {
isVideoBackground = true;
videoBackground = document.createElement('video');
videoBackground.src = backgroundSrc;
videoBackground.loop = true;
videoBackground.muted = true;
videoBackground.autoplay = true;
videoBackground.playsInline = true;
videoBackground.style.display = 'none';
document.body.appendChild(videoBackground);
videoBackground.play();
} else {
imgBackground = new Image();
imgBackground.src = backgroundSrc;
}
function initBulletHell() {
const canvas = document.getElementById("gameCanvas");
if (!canvas) return;
const ctx = canvas.getContext("2d");
const timerDisplay = document.getElementById("timer");
const restartBtn = document.getElementById("bullethell-restartBtn");
const startBtn = document.getElementById("bullethell-startBtn");
//const skipBtn = document.getElementById("bullethell-skipBtn");
const svars = State.variables;
if (svars.g1 === undefined) svars.g1 = false;
restartBtn.replaceWith(restartBtn.cloneNode(true));
startBtn.replaceWith(startBtn.cloneNode(true));
const restartBtnNew = document.getElementById("bullethell-restartBtn");
const startBtnNew = document.getElementById("bullethell-startBtn");
const HITBOX_SETTINGS = {
player: { width: 20, height: 20 },
bullet: { width: 7, height: 7 },
obstacle: { widthFactor: 0.5, heightFactor: 0.8 },
};
const player = {
x: canvas.width / 2,
y: canvas.height - 40,
size: 18,
hitboxWidth: HITBOX_SETTINGS.player.width,
hitboxHeight: HITBOX_SETTINGS.player.height,
speed: DIFFICULTY.playerSpeed,
};
const bullets = [];
const obstacles = [];
let keys = {};
let timer = DIFFICULTY.gameTime;
let gameOver = false;
let bulletInterval, countdownInterval;
let inputEnabled = false;
let animationId = null;
const safeRadius = DIFFICULTY.safeRadius;
const minBulletInterval = DIFFICULTY.minBulletInterval, maxBulletInterval = DIFFICULTY.maxBulletInterval;
const canvasW = canvas.width, canvasH = canvas.height;
function randomSafePos(size) {
let x, y, tries = 0;
do {
x = Math.random() * (canvasW - 2 * size) + size;
y = Math.random() * (canvasH - 2 * size) + size;
tries++;
} while (Math.hypot(x - player.x, y - player.y) < safeRadius && tries < 100);
return {x, y};
}
function spawnBullet() {
const {x: startX, y: startY} = randomSafePos(12);
const angle = Math.random() * Math.PI * 2;
const speed = DIFFICULTY.bulletMinSpeed + Math.random() * (DIFFICULTY.bulletMaxSpeed - DIFFICULTY.bulletMinSpeed);
bullets.push({
x: startX,
y: startY,
vx: Math.cos(angle) * speed,
vy: Math.sin(angle) * speed,
size: 12,
hitboxWidth: HITBOX_SETTINGS.bullet.width,
hitboxHeight: HITBOX_SETTINGS.bullet.height,
});
if (!gameOver && inputEnabled) {
bulletInterval = setTimeout(spawnBullet, Math.random() * (maxBulletInterval - minBulletInterval) + minBulletInterval);
}
}
function generateObstacles() {
obstacles.length = 0;
const count = Math.floor(Math.random() * (DIFFICULTY.maxObstacles - DIFFICULTY.minObstacles + 1)) + DIFFICULTY.minObstacles;
for (let i = 0; i < count; i++) {
let safe = false, ox, oy, osize, tries = 0;
while (!safe && tries < 100) {
osize = 36 + Math.random() * 24;
ox = Math.random() * (canvasW - osize);
oy = Math.random() * (canvasH - osize);
const cx = ox + osize / 2, cy = oy + osize / 2;
if (Math.hypot(cx - player.x, cy - player.y) > safeRadius + osize / 2) safe = true;
tries++;
}
obstacles.push({
x: ox,
y: oy,
w: osize,
h: osize,
dx: (Math.random() - 0.5) * 2,
dy: (Math.random() - 0.5) * 2,
color: '#' + Math.floor(Math.random()*16777215).toString(16).padStart(6, '0'),
hitboxWidth: osize * HITBOX_SETTINGS.obstacle.widthFactor,
hitboxHeight: osize * HITBOX_SETTINGS.obstacle.heightFactor,
});
}
}
function checkGameEnd() {
if (timer <= 0) {
endGame();
return;
}
for (const b of bullets) {
if (
player.x - player.hitboxWidth / 2 < b.x + b.hitboxWidth / 2 &&
player.x + player.hitboxWidth / 2 > b.x - b.hitboxWidth / 2 &&
player.y - player.hitboxHeight / 2 < b.y + b.hitboxHeight / 2 &&
player.y + player.hitboxHeight / 2 > b.y - b.hitboxHeight / 2
) {
endGame(l10nStrings.bulletHellLost);
return;
}
}
for (const obs of obstacles) {
const obsRect = {
x: obs.x + (obs.w - obs.hitboxWidth) / 2,
y: obs.y + (obs.h - obs.hitboxHeight) / 2,
w: obs.hitboxWidth,
h: obs.hitboxHeight
};
const playerRect = {
x: player.x - player.hitboxWidth / 2,
y: player.y - player.hitboxHeight / 2,
w: player.hitboxWidth,
h: player.hitboxHeight
};
if (
playerRect.x < obsRect.x + obsRect.w &&
playerRect.x + playerRect.w > obsRect.x &&
playerRect.y < obsRect.y + obsRect.h &&
playerRect.y + playerRect.h > obsRect.y
) {
endGame(l10nStrings.bulletHellObstacleCollision);
return;
}
}
}
function update() {
if (gameOver || !inputEnabled) return;
if (keys["a"]) player.x -= player.speed;
if (keys["d"]) player.x += player.speed;
if (keys["w"]) player.y -= player.speed;
if (keys["s"]) player.y += player.speed;
for (const b of bullets) {
b.x += b.vx;
b.y += b.vy;
if (b.x <= b.size || b.x >= canvasW - b.size) b.vx *= -1;
if (b.y <= b.size || b.y >= canvasH - b.size) b.vy *= -1;
}
for (const obs of obstacles) {
obs.x += obs.dx;
obs.y += obs.dy;
if (obs.x < 0 || obs.x + obs.w > canvasW) obs.dx *= -1;
if (obs.y < 0 || obs.y + obs.h > canvasH) obs.dy *= -1;
}
checkGameEnd();
}
function drawBackground() {
if (isVideoBackground && videoBackground && videoBackground.readyState >= 2) {
const vidW = videoBackground.videoWidth;
const vidH = videoBackground.videoHeight;
if (vidW && vidH) {
const canvasRatio = canvasW / canvasH;
const vidRatio = vidW / vidH;
let drawW, drawH, dx, dy;
if (vidRatio > canvasRatio) {
drawH = canvasH;
drawW = vidW * (canvasH / vidH);
dx = (canvasW - drawW) / 2;
dy = 0;
} else {
drawW = canvasW;
drawH = vidH * (canvasW / vidW);
dx = 0;
dy = (canvasH - drawH) / 2;
}
ctx.drawImage(videoBackground, dx, dy, drawW, drawH);
}
} else if (imgBackground && imgBackground.complete && imgBackground.naturalWidth && imgBackground.naturalHeight) {
const imgW = imgBackground.naturalWidth;
const imgH = imgBackground.naturalHeight;
const canvasRatio = canvasW / canvasH;
const imgRatio = imgW / imgH;
let drawW, drawH, dx, dy;
if (imgRatio > canvasRatio) {
drawH = canvasH;
drawW = imgW * (canvasH / imgH);
dx = (canvasW - drawW) / 2;
dy = 0;
} else {
drawW = canvasW;
drawH = imgH * (canvasW / imgW);
dx = 0;
dy = (canvasH - drawH) / 2;
}
ctx.drawImage(imgBackground, dx, dy, drawW, drawH);
}
}
function draw() {
ctx.clearRect(0, 0, canvasW, canvasH);
drawBackground();
for (const obs of obstacles) {
if (imgObstacle.complete && imgObstacle.naturalWidth && imgObstacle.naturalHeight) {
const aspect = imgObstacle.naturalWidth / imgObstacle.naturalHeight;
let drawW = obs.w;
let drawH = obs.h;
if (aspect > 1) {
drawH = obs.w / aspect;
} else {
drawW = obs.h * aspect;
}
ctx.drawImage(
imgObstacle,
obs.x + (obs.w - drawW) / 2,
obs.y + (obs.h - drawH) / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = obs.color;
ctx.fillRect(obs.x, obs.y, obs.w, obs.h);
}
}
if (imgPlayer.complete && imgPlayer.naturalWidth && imgPlayer.naturalHeight) {
const aspect = imgPlayer.naturalWidth / imgPlayer.naturalHeight;
let drawW = player.size * 2;
let drawH = player.size * 2;
if (aspect > 1) {
drawH = drawW / aspect;
} else {
drawW = drawH * aspect;
}
ctx.drawImage(
imgPlayer,
player.x - drawW / 2,
player.y - drawH / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = "red";
ctx.beginPath();
ctx.arc(player.x, player.y, player.size, 0, Math.PI * 2);
ctx.fill();
}
for (const b of bullets) {
if (imgBullet.complete && imgBullet.naturalWidth && imgBullet.naturalHeight) {
const aspect = imgBullet.naturalWidth / imgBullet.naturalHeight;
let drawW = b.size * 2;
let drawH = b.size * 2;
if (aspect > 1) {
drawH = drawW / aspect;
} else {
drawW = drawH * aspect;
}
ctx.drawImage(
imgBullet,
b.x - drawW / 2,
b.y - drawH / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = "white";
ctx.beginPath();
ctx.arc(b.x, b.y, b.size, 0, Math.PI * 2);
ctx.fill();
}
}
}
function gameLoop() {
update();
draw();
if (!gameOver) animationId = requestAnimationFrame(gameLoop);
}
function startGame() {
player.x = canvasW / 2;
player.y = canvasH - 40;
bullets.length = 0;
keys = {};
timer = DIFFICULTY.gameTime;
gameOver = false;
inputEnabled = true;
player.targetMouse = null;
restartBtnNew.style.display = "none";
restartBtnNew.classList.remove("show");
startBtnNew.style.display = "none";
timerDisplay.textContent = timer;
generateObstacles();
if (bulletInterval) clearTimeout(bulletInterval);
if (countdownInterval) clearInterval(countdownInterval);
spawnBullet();
countdownInterval = setInterval(() => {
if (timer > 0) {
timer--;
timerDisplay.textContent = timer;
} else {
endGame(l10nStrings.bulletHellSurvivedMessage);
}
}, 1000);
animationId = requestAnimationFrame(gameLoop);
window.onkeydown = function(e) {
if (inputEnabled) keys[e.key.toLowerCase()] = true;
};
window.onkeyup = function(e) {
if (inputEnabled) keys[e.key.toLowerCase()] = false;
};
canvas.onmousemove = function(e) {
if (!inputEnabled) return;
const rect = canvas.getBoundingClientRect();
player.x = (e.clientX - rect.left) * (canvas.width / rect.width);
player.y = (e.clientY - rect.top) * (canvas.height / rect.height);
};
canvas.onmouseleave = function() {
player.targetMouse = null;
};
document.getElementById("bullethell-win").style.display = "none";
}
function endGame(message) {
gameOver = true;
inputEnabled = false;
if (bulletInterval) clearTimeout(bulletInterval);
if (countdownInterval) clearInterval(countdownInterval);
if (animationId) cancelAnimationFrame(animationId);
window.onkeydown = null;
window.onkeyup = null;
canvas.onmousemove = null;
canvas.onmouseleave = null;
const playerWon = message === l10nStrings.bulletHellSurvivedMessage || timer <= 0;
if (!message) {
if (!svars.g1) svars.g1 = {};
if (svars.diaActual) {
svars.g1["dia" + svars.diaActual] = true;
} else {
svars.g1.dia1 = true;
}
document.getElementById("bullethell-win").style.display = "block";
const continueBtn = document.getElementById("bullethell-continueBtn");
continueBtn.onclick = function() {
let nextPassage = null;
switch (svars.diaActual) {
case 1: nextPassage = "a-2-11"; break;
case 2: nextPassage = "ww.w.3"; break;
case 3: nextPassage = "er1-1"; break;
case 4: nextPassage = "q26-1"; break;
case 5: nextPassage = "w38-1"; break;
case 6: nextPassage = "r5-1"; break;
default: nextPassage = "Menu";
}
if (nextPassage) Engine.play(nextPassage);
};
}
if (!playerWon) {
restartBtnNew.style.display = "inline-block";
restartBtnNew.classList.add("show");
}
}
if (State.variables.isPremiumUser) {
skipBtn.style.display = "block";
skipBtn.onclick = function() {
endGame(l10nStrings.bulletHellSurvivedMessage);
document.getElementById("bullethell-win").style.display = "block";
let nextPassage = null;
switch (svars.diaActual) {
case 1: nextPassage = "a-2-11"; break;
case 2: nextPassage = "ww.w.3"; break;
case 3: nextPassage = "er1-1"; break;
case 4: nextPassage = "q26-1"; break;
case 5: nextPassage = "w38-1"; break;
case 6: nextPassage = "r5-1"; break;
default: nextPassage = "Menu";
}
if (nextPassage) Engine.play(nextPassage);
};
}
restartBtnNew.addEventListener("click", startGame);
startBtnNew.addEventListener("click", startGame);
startBtnNew.style.display = "inline-block";
restartBtnNew.style.display = "none";
}
initBulletHell();
});
<</script>>